#ABB55D

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

Shades of Olive Green #ABB55D

Tints of Olive Green #ABB55D

Color information

#ABB55D (or 0xABB55D) is unknown color: approx Olive Green. HEX triplet: AB, B5 and 5D. RGB value is (171,181,93). Sum of RGB (Red+Green+Blue) = 171+181+93=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB55D is #544AA2. Grayscale: #A8A8A8. Windows color (decimal): -5524131 or 6141355. OLE color: 6141355.

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

Color convert

RGB17118193-
CMYK0.0600.490.29
HSL66.82º37.29%53.73%-
HSV(B)66.82º48.62%70.98%-
XYZ35.2942.516.7-
YUV167.9885.69130.16-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.43%
GREEN value IS 181 (71.09% from 255) = 40.67%
BLUE value IS 93 (36.72% from 255) = 20.90%
R=38.43%
G=40.67%
B=20.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171181930.0600.490.2966.8237.2953.73
HexABB55D60311D432536
Octal2532651356061351034566
Binary101010111011010110111011100110001111011000011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB55D; }

 p { color: rgb(171,181,93); }

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

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

 a { background-color: rgb(171,181,93); }

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

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

 span { border-color: rgb(171,181,93); }

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