#ABB85D

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

Shades of Olive Green #ABB85D

Tints of Olive Green #ABB85D

Color information

#ABB85D (or 0xABB85D) is unknown color: approx Olive Green. HEX triplet: AB, B8 and 5D. RGB value is (171,184,93). Sum of RGB (Red+Green+Blue) = 171+184+93=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABB85D is #5447A2. Grayscale: #AAAAAA. Windows color (decimal): -5523363 or 6142123. OLE color: 6142123.

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

Color convert

RGB17118493-
CMYK0.0700.490.28
HSL68.57º39.06%54.31%-
HSV(B)68.57º49.46%72.16%-
XYZ35.9143.7316.9-
YUV169.7484.69128.9-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.17%
GREEN value IS 184 (72.27% from 255) = 41.07%
BLUE value IS 93 (36.72% from 255) = 20.76%
R=38.17%
G=41.07%
B=20.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal171184930.0700.490.2868.5739.0654.31
HexABB85D70311C452736
Octal2532701357061341054766
Binary101010111011100010111011110110001111001000101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB85D; }

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

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

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

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

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

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

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

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