#A8B256

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

Shades of Olive Green #A8B256

Tints of Olive Green #A8B256

Color information

#A8B256 (or 0xA8B256) is unknown color: approx Olive Green. HEX triplet: A8, B2 and 56. RGB value is (168,178,86). Sum of RGB (Red+Green+Blue) = 168+178+86=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B256 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B256 is #574DA9. Grayscale: #A4A4A4. Windows color (decimal): -5721514 or 5681832. OLE color: 5681832.

HSL color Cylindrical-coordinate representation of color #A8B256: hue angle of 66.52º degrees, saturation: 0.37, 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 #A8B256 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.

Color convert

RGB16817886-
CMYK0.0600.520.30
HSL66.52º37.4%51.76%-
HSV(B)66.52º51.69%69.8%-
XYZ33.7540.8414.91-
YUV164.5283.69130.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.89%
GREEN value IS 178 (69.92% from 255) = 41.20%
BLUE value IS 86 (33.98% from 255) = 19.91%
R=38.89%
G=41.20%
B=19.91%

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
Decimal168178860.0600.520.3066.5237.451.76
HexA8B25660341E432534
Octal2502621266064361034564
Binary101010001011001010101101100110100111101000011100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B256; }

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

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

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

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

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

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

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

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