Html Css Color HEX #ADA852 Olive Green

📋 copy color: '#ADA852'

red 173 ◦ green 168 ◦ blue 82

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

Shades of Olive Green #ADA852

Tints of Olive Green #ADA852

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.72%

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

R = 40.9%
G = 39.72%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#ADA852 (or 0xADA852) is known color: Olive Green. HEX triplet: AD, A8 and 52. RGB value is (173,168,82). Sum of RGB (Red+Green+Blue) = 173+168+82=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 82 (32.42% from 255 or 19.39% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA852 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA852 is #5257AD. Grayscale: #A0A0A0. Windows color (decimal): -5396398 or 5417133. OLE color: 5417133.

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

Color convert

RGB 173 168 82 -
CMYK 0 0.03 0.53 0.32
HSL 56.7º 0.36% 0.5% -
HSV(B) 56.7º 0.53% 0.68% -
XYZ 32.76 37.5 13.49 -
YUV 159.69 84.16 137.49 -
System Red Green Blue C M Y K H S L
Decimal 173 168 82 0 0.03 0.53 0.32 56.7 0.36 0.5
Hex AD A8 52 0 3 35 20 39 24 32
Octal 255 250 122 0 3 65 40 71 44 62
Binary 10101101 10101000 1010010 0 11 110101 100000 111001 100100 110010

Color Harmonies of #ADA852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA852

Black with #ADA852

Text Example


Text Example

White with #ADA852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA852; }

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

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

background-color css

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

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

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

border-color css

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

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

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