#ABAF5B

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

Shades of Olive Green #ABAF5B

Tints of Olive Green #ABAF5B

Color information

#ABAF5B (or 0xABAF5B) is unknown color: approx Olive Green. HEX triplet: AB, AF and 5B. RGB value is (171,175,91). Sum of RGB (Red+Green+Blue) = 171+175+91=437 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.13% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 91 (35.94% from 255 or 20.82% from 437); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAF5B is #5450A4. Grayscale: #A4A4A4. Windows color (decimal): -5525669 or 6008747. OLE color: 6008747.

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

Color convert

RGB17117591-
CMYK0.0200.480.31
HSL62.86º34.43%52.16%-
HSV(B)62.86º48%68.63%-
XYZ34.0140.0715.84-
YUV164.2386.67132.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.13%
GREEN value IS 175 (68.75% from 255) = 40.05%
BLUE value IS 91 (35.94% from 255) = 20.82%
R=39.13%
G=40.05%
B=20.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171175910.0200.480.3162.8634.4352.16
HexABAF5B20301F3f2234
Octal253257133206037774264
Binary1010101110101111101101110011000011111111111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAF5B; }

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

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

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

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

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

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

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

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