#A8B55C

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

Shades of Olive Green #A8B55C

Tints of Olive Green #A8B55C

Color information

#A8B55C (or 0xA8B55C) is unknown color: approx Olive Green. HEX triplet: A8, B5 and 5C. RGB value is (168,181,92). Sum of RGB (Red+Green+Blue) = 168+181+92=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 92 (36.33% from 255 or 20.86% from 441); Max value from RGB is 181 - color contains mainly: green. Hex color #A8B55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8B55C is #574AA3. Grayscale: #A7A7A7. Windows color (decimal): -5720740 or 6075816. OLE color: 6075816.

HSL color Cylindrical-coordinate representation of color #A8B55C: hue angle of 68.76º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8B55C is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB16818192-
CMYK0.0700.490.29
HSL68.76º37.55%53.53%-
HSV(B)68.76º49.17%70.98%-
XYZ34.642.1516.44-
YUV166.9785.69128.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.10%
GREEN value IS 181 (71.09% from 255) = 41.04%
BLUE value IS 92 (36.33% from 255) = 20.86%
R=38.10%
G=41.04%
B=20.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168181920.0700.490.2968.7637.5553.53
HexA8B55C70311D452636
Octal2502651347061351054666
Binary101010001011010110111001110110001111011000101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B55C; }

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

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

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

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

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

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

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

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