Html Css Color HEX #ADA952 Olive Green

📋 copy color: '#ADA952'

red 173 ◦ green 169 ◦ blue 82

#ADA952
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #ADA952

Tints of Olive Green #ADA952

RGB

 RED value IS 173 (67.97% from 255) = 40.8%

 GREEN value IS 169 (66.41% from 255) = 39.86%

 BLUE value IS 82 (32.42% from 255) = 19.34%

R = 40.8%
G = 39.86%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#ADA952 (or 0xADA952) is known color: Olive Green. HEX triplet: AD, A9 and 52. RGB value is (173,169,82). Sum of RGB (Red+Green+Blue) = 173+169+82=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA952 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA952 is #5256AD. Grayscale: #A0A0A0. Windows color (decimal): -5396142 or 5417389. OLE color: 5417389.

HSL color Cylindrical-coordinate representation of color #ADA952: hue angle of 57.36º 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 #ADA952 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 169 82 -
CMYK 0 0.02 0.53 0.32
HSL 57.36º 0.36% 0.5% -
HSV(B) 57.36º 0.53% 0.68% -
XYZ 32.94 37.87 13.56 -
YUV 160.28 83.83 137.07 -
System Red Green Blue C M Y K H S L
Decimal 173 169 82 0 0.02 0.53 0.32 57.36 0.36 0.5
Hex AD A9 52 0 2 35 20 39 24 32
Octal 255 251 122 0 2 65 40 71 44 62
Binary 10101101 10101001 1010010 0 10 110101 100000 111001 100100 110010

Color Harmonies of #ADA952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA952

Black with #ADA952

Text Example


Text Example

White with #ADA952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA952; }

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

 H1.HeaderClassName
 {
   color: #ADA952;
 }
 .AnyTagClassName
 {
   color: #ADA952;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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