#ABAF53

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

Shades of Olive Green #ABAF53

Tints of Olive Green #ABAF53

Color information

#ABAF53 (or 0xABAF53) is unknown color: approx Olive Green. HEX triplet: AB, AF and 53. RGB value is (171,175,83). Sum of RGB (Red+Green+Blue) = 171+175+83=429 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.86% from 429); Green value is 175 (68.75% from 255 or 40.79% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF53 is #5450AC. Grayscale: #A3A3A3. Windows color (decimal): -5525677 or 5484459. OLE color: 5484459.

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

Color convert

RGB17117583-
CMYK0.0200.530.31
HSL62.61º36.51%50.59%-
HSV(B)62.61º52.57%68.63%-
XYZ33.6939.9414.12-
YUV163.3282.67133.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.86%
GREEN value IS 175 (68.75% from 255) = 40.79%
BLUE value IS 83 (32.81% from 255) = 19.35%
R=39.86%
G=40.79%
B=19.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171175830.0200.530.3162.6136.5150.59
HexABAF5320351F3f2533
Octal253257123206537774563
Binary1010101110101111101001110011010111111111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF53; }

 p { color: rgb(171,175,83); }

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

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

 a { background-color: rgb(171,175,83); }

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

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

 span { border-color: rgb(171,175,83); }

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