#ABB15C

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

Shades of Olive Green #ABB15C

Tints of Olive Green #ABB15C

Color information

#ABB15C (or 0xABB15C) is unknown color: approx Olive Green. HEX triplet: AB, B1 and 5C. RGB value is (171,177,92). Sum of RGB (Red+Green+Blue) = 171+177+92=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB15C is #544EA3. Grayscale: #A5A5A5. Windows color (decimal): -5525156 or 6074795. OLE color: 6074795.

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

Color convert

RGB17117792-
CMYK0.0300.480.31
HSL64.24º35.27%52.75%-
HSV(B)64.24º48.02%69.41%-
XYZ34.4540.8716.2-
YUV165.5286.51131.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.86%
GREEN value IS 177 (69.53% from 255) = 40.23%
BLUE value IS 92 (36.33% from 255) = 20.91%
R=38.86%
G=40.23%
B=20.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171177920.0300.480.3164.2435.2752.75
HexABB15C30301F402335
Octal2532611343060371004365
Binary10101011101100011011100110110000111111000000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB15C; }

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

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

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

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

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

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

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

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