#ABA55B

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

Shades of Olive Green #ABA55B

Tints of Olive Green #ABA55B

Color information

#ABA55B (or 0xABA55B) is unknown color: approx Olive Green. HEX triplet: AB, A5 and 5B. RGB value is (171,165,91). Sum of RGB (Red+Green+Blue) = 171+165+91=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 91 (35.94% from 255 or 21.31% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA55B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA55B is #545AA4. Grayscale: #9E9E9E. Windows color (decimal): -5528229 or 6006187. OLE color: 6006187.

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

Color convert

RGB17116591-
CMYK00.040.470.33
HSL55.5º32.26%51.37%-
HSV(B)55.5º46.78%67.06%-
XYZ32.1436.3215.21-
YUV158.3689.99137.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.05%
GREEN value IS 165 (64.84% from 255) = 38.64%
BLUE value IS 91 (35.94% from 255) = 21.31%
R=40.05%
G=38.64%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711659100.040.470.3355.532.2651.37
HexABA55B042F21382033
Octal253245133045741704063
Binary101010111010010110110110100101111100001111000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA55B; }

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

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

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

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

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

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

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

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