#ABB15D

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

Shades of Olive Green #ABB15D

Tints of Olive Green #ABB15D

Color information

#ABB15D (or 0xABB15D) is unknown color: approx Olive Green. HEX triplet: AB, B1 and 5D. RGB value is (171,177,93). Sum of RGB (Red+Green+Blue) = 171+177+93=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB15D is #544EA2. Grayscale: #A5A5A5. Windows color (decimal): -5525155 or 6140331. OLE color: 6140331.

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

Color convert

RGB17117793-
CMYK0.0300.470.31
HSL64.29º35%52.94%-
HSV(B)64.29º47.46%69.41%-
XYZ34.4940.8916.43-
YUV165.6387.01131.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.78%
GREEN value IS 177 (69.53% from 255) = 40.14%
BLUE value IS 93 (36.72% from 255) = 21.09%
R=38.78%
G=40.14%
B=21.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171177930.0300.470.3164.293552.94
HexABB15D302F1F402335
Octal2532611353057371004365
Binary10101011101100011011101110101111111111000000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB15D; }

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

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

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

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

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

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

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

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