#ADAD53

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

Shades of Olive Green #ADAD53

Tints of Olive Green #ADAD53

Color information

#ADAD53 (or 0xADAD53) is unknown color: approx Olive Green. HEX triplet: AD, AD and 53. RGB value is (173,173,83). Sum of RGB (Red+Green+Blue) = 173+173+83=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD53 is #5252AC. Grayscale: #A3A3A3. Windows color (decimal): -5395117 or 5483949. OLE color: 5483949.

HSL color Cylindrical-coordinate representation of color #ADAD53: hue angle of 60º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADAD53 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.32.

Color convert

RGB17317383-
CMYK000.520.32
HSL60º35.43%50.2%-
HSV(B)60º52.02%67.84%-
XYZ33.7439.414.01-
YUV162.7483135.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 173 (67.97% from 255) = 40.33%
BLUE value IS 83 (32.81% from 255) = 19.35%
R=40.33%
G=40.33%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317383000.520.326035.4350.2
HexADAD530034203c2332
Octal255255123006440744362
Binary1010110110101101101001100110100100000111100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD53; }

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

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

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

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

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

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

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

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