#ABAD58

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

Shades of Olive Green #ABAD58

Tints of Olive Green #ABAD58

Color information

#ABAD58 (or 0xABAD58) is unknown color: approx Olive Green. HEX triplet: AB, AD and 58. RGB value is (171,173,88). Sum of RGB (Red+Green+Blue) = 171+173+88=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAD58 is #5452A7. Grayscale: #A3A3A3. Windows color (decimal): -5526184 or 5811627. OLE color: 5811627.

HSL color Cylindrical-coordinate representation of color #ABAD58: hue angle of 61.41º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABAD58 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB17117388-
CMYK0.0100.490.32
HSL61.41º34.14%51.18%-
HSV(B)61.41º49.13%67.84%-
XYZ33.539.2515.04-
YUV162.7185.84133.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.58%
GREEN value IS 173 (67.97% from 255) = 40.05%
BLUE value IS 88 (34.77% from 255) = 20.37%
R=39.58%
G=40.05%
B=20.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171173880.0100.490.3261.4134.1451.18
HexABAD581031203d2233
Octal253255130106140754263
Binary1010101110101101101100010110001100000111101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD58; }

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

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

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

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

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

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

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

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