#ADAF53

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

Shades of Olive Green #ADAF53

Tints of Olive Green #ADAF53

Color information

#ADAF53 (or 0xADAF53) is unknown color: approx Olive Green. HEX triplet: AD, AF and 53. RGB value is (173,175,83). Sum of RGB (Red+Green+Blue) = 173+175+83=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 175 - color contains mainly: green. Hex color #ADAF53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAF53 is #5250AC. Grayscale: #A4A4A4. Windows color (decimal): -5394605 or 5484461. OLE color: 5484461.

HSL color Cylindrical-coordinate representation of color #ADAF53: hue angle of 61.3º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ADAF53 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.31.

Color convert

RGB17317583-
CMYK0.0100.530.31
HSL61.3º36.51%50.59%-
HSV(B)61.3º52.57%68.63%-
XYZ34.1240.1714.14-
YUV163.9182.34134.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.14%
GREEN value IS 175 (68.75% from 255) = 40.60%
BLUE value IS 83 (32.81% from 255) = 19.26%
R=40.14%
G=40.60%
B=19.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal173175830.0100.530.3161.336.5150.59
HexADAF5310351F3d2533
Octal255257123106537754563
Binary101011011010111110100111011010111111111101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAF53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAF53; }

 p { color: rgb(173,175,83); }

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

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

 a { background-color: rgb(173,175,83); }

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

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

 span { border-color: rgb(173,175,83); }

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