Html Css Color HEX #ADA853 Olive Green

📋 copy color: '#ADA853'

red 173 ◦ green 168 ◦ blue 83

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

Shades of Olive Green #ADA853

Tints of Olive Green #ADA853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.58%

R = 40.8%
G = 39.62%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#ADA853 (or 0xADA853) is known color: Olive Green. HEX triplet: AD, A8 and 53. RGB value is (173,168,83). Sum of RGB (Red+Green+Blue) = 173+168+83=424 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.80% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 83 (32.81% from 255 or 19.58% from 424); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA853 is #5257AC. Grayscale: #A0A0A0. Windows color (decimal): -5396397 or 5482669. OLE color: 5482669.

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

Color convert

RGB 173 168 83 -
CMYK 0 0.03 0.52 0.32
HSL 56.67º 0.35% 0.5% -
HSV(B) 56.67º 0.52% 0.68% -
XYZ 32.8 37.51 13.7 -
YUV 159.81 84.66 137.41 -
System Red Green Blue C M Y K H S L
Decimal 173 168 83 0 0.03 0.52 0.32 56.67 0.35 0.5
Hex AD A8 53 0 3 34 20 39 23 32
Octal 255 250 123 0 3 64 40 71 43 62
Binary 10101101 10101000 1010011 0 11 110100 100000 111001 100011 110010

Color Harmonies of #ADA853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA853

Black with #ADA853

Text Example


Text Example

White with #ADA853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA853; }

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

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

background-color css

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

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

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

border-color css

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

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

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