#ABAC5C

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

Shades of Olive Green #ABAC5C

Tints of Olive Green #ABAC5C

Color information

#ABAC5C (or 0xABAC5C) is unknown color: approx Olive Green. HEX triplet: AB, AC and 5C. RGB value is (171,172,92). Sum of RGB (Red+Green+Blue) = 171+172+92=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 92 (36.33% from 255 or 21.15% from 435); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAC5C is #5453A3. Grayscale: #A2A2A2. Windows color (decimal): -5526436 or 6073515. OLE color: 6073515.

HSL color Cylindrical-coordinate representation of color #ABAC5C: hue angle of 60.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ABAC5C is Cyan = 0.01, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB17117292-
CMYK0.0100.470.33
HSL60.75º32.52%51.76%-
HSV(B)60.75º46.51%67.45%-
XYZ33.4838.9415.88-
YUV162.5888.17134-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.31%
GREEN value IS 172 (67.58% from 255) = 39.54%
BLUE value IS 92 (36.33% from 255) = 21.15%
R=39.31%
G=39.54%
B=21.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171172920.0100.470.3360.7532.5251.76
HexABAC5C102F213d2134
Octal253254134105741754164
Binary1010101110101100101110010101111100001111101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAC5C; }

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

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

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

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

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

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

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

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