#ABB05C

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

Shades of Olive Green #ABB05C

Tints of Olive Green #ABB05C

Color information

#ABB05C (or 0xABB05C) is unknown color: approx Olive Green. HEX triplet: AB, B0 and 5C. RGB value is (171,176,92). Sum of RGB (Red+Green+Blue) = 171+176+92=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 92 (36.33% from 255 or 20.96% from 439); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB05C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABB05C is #544FA3. Grayscale: #A5A5A5. Windows color (decimal): -5525412 or 6074539. OLE color: 6074539.

HSL color Cylindrical-coordinate representation of color #ABB05C: hue angle of 63.57º 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 #ABB05C is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB17117692-
CMYK0.0300.480.31
HSL63.57º34.71%52.55%-
HSV(B)63.57º47.73%69.02%-
XYZ34.2540.4816.13-
YUV164.9386.84132.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.95%
GREEN value IS 176 (69.14% from 255) = 40.09%
BLUE value IS 92 (36.33% from 255) = 20.96%
R=38.95%
G=40.09%
B=20.96%

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
Decimal171176920.0300.480.3163.5734.7152.55
HexABB05C30301F402335
Octal2532601343060371004365
Binary10101011101100001011100110110000111111000000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB05C; }

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

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

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

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

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

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

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

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