#ABB14F

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

Shades of Olive Green #ABB14F

Tints of Olive Green #ABB14F

Color information

#ABB14F (or 0xABB14F) is unknown color: approx Olive Green. HEX triplet: AB, B1 and 4F. RGB value is (171,177,79). Sum of RGB (Red+Green+Blue) = 171+177+79=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB14F is #544EB0. Grayscale: #A4A4A4. Windows color (decimal): -5525169 or 5222827. OLE color: 5222827.

HSL color Cylindrical-coordinate representation of color #ABB14F: hue angle of 63.67º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABB14F is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17117779-
CMYK0.0300.550.31
HSL63.67º38.58%50.2%-
HSV(B)63.67º55.37%69.41%-
XYZ33.9340.6713.46-
YUV164.0380.01132.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 177 (69.53% from 255) = 41.45%
BLUE value IS 79 (31.25% from 255) = 18.50%
R=40.05%
G=41.45%
B=18.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171177790.0300.550.3163.6738.5850.2
HexABB14F30371F402732
Octal2532611173067371004762
Binary10101011101100011001111110110111111111000000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB14F; }

 p { color: rgb(171,177,79); }

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

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

 a { background-color: rgb(171,177,79); }

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

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

 span { border-color: rgb(171,177,79); }

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