#ADAD52

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

Shades of Olive Green #ADAD52

Tints of Olive Green #ADAD52

Color information

#ADAD52 (or 0xADAD52) is unknown color: approx Olive Green. HEX triplet: AD, AD and 52. RGB value is (173,173,82). Sum of RGB (Red+Green+Blue) = 173+173+82=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 173 - color contains mainly: red, green. Hex color #ADAD52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAD52 is #5252AD. Grayscale: #A2A2A2. Windows color (decimal): -5395118 or 5418413. OLE color: 5418413.

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

Color convert

RGB17317382-
CMYK000.530.32
HSL60º35.69%50%-
HSV(B)60º52.6%67.84%-
XYZ33.739.3813.81-
YUV162.6382.5135.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.42%
GREEN value IS 173 (67.97% from 255) = 40.42%
BLUE value IS 82 (32.42% from 255) = 19.16%
R=40.42%
G=40.42%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317382000.530.326035.6950
HexADAD520035203c2432
Octal255255122006540744462
Binary1010110110101101101001000110101100000111100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAD52; }

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

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

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

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

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

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

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

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