#ABAD64

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

Shades of Olive Green #ABAD64

Tints of Olive Green #ABAD64

Color information

#ABAD64 (or 0xABAD64) is unknown color: approx Olive Green. HEX triplet: AB, AD and 64. RGB value is (171,173,100). Sum of RGB (Red+Green+Blue) = 171+173+100=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 173 - color contains mainly: green. Hex color #ABAD64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ABAD64 is #54529B. Grayscale: #A4A4A4. Windows color (decimal): -5526172 or 6598059. OLE color: 6598059.

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

Color convert

RGB171173100-
CMYK0.0100.420.32
HSL61.64º30.8%53.53%-
HSV(B)61.64º42.2%67.84%-
XYZ34.0439.4717.88-
YUV164.0891.84132.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.51%
GREEN value IS 173 (67.97% from 255) = 38.96%
BLUE value IS 100 (39.45% from 255) = 22.52%
R=38.51%
G=38.96%
B=22.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1711731000.0100.420.3261.6430.853.53
HexABAD64102A203e1f36
Octal253255144105240763766
Binary101010111010110111001001010101010000011111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAD64; }

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

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

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

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

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

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

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

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