#ABA658

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

Shades of Olive Green #ABA658

Tints of Olive Green #ABA658

Color information

#ABA658 (or 0xABA658) is unknown color: approx Olive Green. HEX triplet: AB, A6 and 58. RGB value is (171,166,88). Sum of RGB (Red+Green+Blue) = 171+166+88=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA658 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABA658 is #5459A7. Grayscale: #9E9E9E. Windows color (decimal): -5527976 or 5809835. OLE color: 5809835.

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

Color convert

RGB17116688-
CMYK00.030.490.33
HSL56.39º33.07%50.78%-
HSV(B)56.39º48.54%67.06%-
XYZ32.1936.6314.61-
YUV158.688.16136.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 40.24%
GREEN value IS 166 (65.23% from 255) = 39.06%
BLUE value IS 88 (34.77% from 255) = 20.71%
R=40.24%
G=39.06%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711668800.030.490.3356.3933.0750.78
HexABA658033121382133
Octal253246130036141704163
Binary10101011101001101011000011110001100001111000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA658; }

 p { color: rgb(171,166,88); }

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

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

 a { background-color: rgb(171,166,88); }

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

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

 span { border-color: rgb(171,166,88); }

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