#A8B05B

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

Shades of Olive Green #A8B05B

Tints of Olive Green #A8B05B

Color information

#A8B05B (or 0xA8B05B) is unknown color: approx Olive Green. HEX triplet: A8, B0 and 5B. RGB value is (168,176,91). Sum of RGB (Red+Green+Blue) = 168+176+91=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #A8B05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8B05B is #574FA4. Grayscale: #A4A4A4. Windows color (decimal): -5722021 or 6009000. OLE color: 6009000.

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

Color convert

RGB16817691-
CMYK0.0500.480.31
HSL65.65º34.98%52.35%-
HSV(B)65.65º48.3%69.02%-
XYZ33.5640.1315.87-
YUV163.9286.85130.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.62%
GREEN value IS 176 (69.14% from 255) = 40.46%
BLUE value IS 91 (35.94% from 255) = 20.92%
R=38.62%
G=40.46%
B=20.92%

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
Decimal168176910.0500.480.3165.6534.9852.35
HexA8B05B50301F422334
Octal2502601335060371024364
Binary101010001011000010110111010110000111111000010100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B05B; }

 p { color: rgb(168,176,91); }

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

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

 a { background-color: rgb(168,176,91); }

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

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

 span { border-color: rgb(168,176,91); }

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