#A8B15C

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

Shades of Olive Green #A8B15C

Tints of Olive Green #A8B15C

Color information

#A8B15C (or 0xA8B15C) is unknown color: approx Olive Green. HEX triplet: A8, B1 and 5C. RGB value is (168,177,92). Sum of RGB (Red+Green+Blue) = 168+177+92=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B15C is #574EA3. Grayscale: #A4A4A4. Windows color (decimal): -5721764 or 6074792. OLE color: 6074792.

HSL color Cylindrical-coordinate representation of color #A8B15C: hue angle of 66.35º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8B15C is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB16817792-
CMYK0.0500.480.31
HSL66.35º35.27%52.75%-
HSV(B)66.35º48.02%69.41%-
XYZ33.840.5416.17-
YUV164.6287.02130.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.44%
GREEN value IS 177 (69.53% from 255) = 40.50%
BLUE value IS 92 (36.33% from 255) = 21.05%
R=38.44%
G=40.50%
B=21.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168177920.0500.480.3166.3535.2752.75
HexA8B15C50301F422335
Octal2502611345060371024365
Binary101010001011000110111001010110000111111000010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B15C; }

 p { color: rgb(168,177,92); }

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

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

 a { background-color: rgb(168,177,92); }

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

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

 span { border-color: rgb(168,177,92); }

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