#a8b356

Color #A8B356 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #A8B356

Tints of Olive Green #A8B356

Color information

#A8B356 (or 0xA8B356) is unknown color: approx Olive Green. HEX triplet: A8, B3 and 56. RGB value is (168,179,86). Sum of RGB (Red+Green+Blue) = 168+179+86=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 179 (70.31% from 255 or 41.34% from 433); Blue value is 86 (33.98% from 255 or 19.86% from 433); Max value from RGB is 179 - color contains mainly: green. Hex color #A8B356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B356 is #574CA9. Grayscale: #A5A5A5. Windows color (decimal): -5721258 or 5682088. OLE color: 5682088.

HSL color Cylindrical-coordinate representation of color #A8B356: hue angle of 67.1º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8B356 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB16817986-
CMYK0.0600.520.30
HSL67.1º37.96%51.96%-
HSV(B)67.1º51.96%70.2%-
XYZ33.9541.2414.97-
YUV165.1183.36130.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 38.80%
GREEN value IS 179 (70.31% from 255) = 41.34%
BLUE value IS 86 (33.98% from 255) = 19.86%
R=38.80%
G=41.34%
B=19.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal168179860.0600.520.3067.137.9651.96
HexA8B35660341E432634
Octal2502631266064361034664
Binary101010001011001110101101100110100111101000011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8b356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8b356; }

 p { color: rgb(168,179,86); }

 H1.HeaderClassName
 {
   color: #a8b356;
 }
 .AnyTagClassName
 {
   color: #a8b356;
 }
</style>
background-color css

<style>
 a { background-color: #a8b356; }

 a { background-color: rgb(168,179,86); }

 div.DivClassName
 {
   background-color: #a8b356;
 }
 .BgClassName
 {
   background-color: #a8b356;
 }
</style>
border-color css

<style>
 span { border-color: #a8b356; }

 span { border-color: rgb(168,179,86); }

 td.TdClassName
 {
   border-color: #a8b356;
 }
 .TagClassName
 {
   border-color: #a8b356;
 }
</style>