Html Css Color HEX #ADA85C Olive Green

📋 copy color: '#ADA85C'

red 173 ◦ green 168 ◦ blue 92

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

Shades of Olive Green #ADA85C

Tints of Olive Green #ADA85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.25%

R = 39.95%
G = 38.8%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#ADA85C (or 0xADA85C) is known color: Olive Green. HEX triplet: AD, A8 and 5C. RGB value is (173,168,92). Sum of RGB (Red+Green+Blue) = 173+168+92=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 92 (36.33% from 255 or 21.25% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA85C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA85C is #5257A3. Grayscale: #A1A1A1. Windows color (decimal): -5396388 or 6072493. OLE color: 6072493.

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

Color convert

RGB 173 168 92 -
CMYK 0 0.03 0.47 0.32
HSL 56.3º 0.33% 0.52% -
HSV(B) 56.3º 0.47% 0.68% -
XYZ 33.17 37.66 15.65 -
YUV 160.83 89.16 136.68 -
System Red Green Blue C M Y K H S L
Decimal 173 168 92 0 0.03 0.47 0.32 56.3 0.33 0.52
Hex AD A8 5C 0 3 2F 20 38 21 34
Octal 255 250 134 0 3 57 40 70 41 64
Binary 10101101 10101000 1011100 0 11 101111 100000 111000 100001 110100

Color Harmonies of #ADA85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA85C

Black with #ADA85C

Text Example


Text Example

White with #ADA85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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