Html Css Color HEX #ADA85D Olive Green

📋 copy color: '#ADA85D'

red 173 ◦ green 168 ◦ blue 93

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

Shades of Olive Green #ADA85D

Tints of Olive Green #ADA85D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.43%

R = 39.86%
G = 38.71%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#ADA85D (or 0xADA85D) is known color: Olive Green. HEX triplet: AD, A8 and 5D. RGB value is (173,168,93). Sum of RGB (Red+Green+Blue) = 173+168+93=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA85D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA85D is #5257A2. Grayscale: #A1A1A1. Windows color (decimal): -5396387 or 6138029. OLE color: 6138029.

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

Color convert

RGB 173 168 93 -
CMYK 0 0.03 0.46 0.32
HSL 56.25º 0.33% 0.52% -
HSV(B) 56.25º 0.46% 0.68% -
XYZ 33.21 37.68 15.88 -
YUV 160.95 89.66 136.6 -
System Red Green Blue C M Y K H S L
Decimal 173 168 93 0 0.03 0.46 0.32 56.25 0.33 0.52
Hex AD A8 5D 0 3 2E 20 38 21 34
Octal 255 250 135 0 3 56 40 70 41 64
Binary 10101101 10101000 1011101 0 11 101110 100000 111000 100001 110100

Color Harmonies of #ADA85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA85D

Black with #ADA85D

Text Example


Text Example

White with #ADA85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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