Html Css Color HEX #ADA95A Olive Green

📋 copy color: '#ADA95A'

red 173 ◦ green 169 ◦ blue 90

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

Shades of Olive Green #ADA95A

Tints of Olive Green #ADA95A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.83%

R = 40.05%
G = 39.12%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#ADA95A (or 0xADA95A) is known color: Olive Green. HEX triplet: AD, A9 and 5A. RGB value is (173,169,90). Sum of RGB (Red+Green+Blue) = 173+169+90=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA95A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA95A is #5256A5. Grayscale: #A1A1A1. Windows color (decimal): -5396134 or 5941677. OLE color: 5941677.

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

Color convert

RGB 173 169 90 -
CMYK 0 0.02 0.48 0.32
HSL 57.11º 0.34% 0.52% -
HSV(B) 57.11º 0.48% 0.68% -
XYZ 33.27 38 15.25 -
YUV 161.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 173 169 90 0 0.02 0.48 0.32 57.11 0.34 0.52
Hex AD A9 5A 0 2 30 20 39 22 34
Octal 255 251 132 0 2 60 40 71 42 64
Binary 10101101 10101001 1011010 0 10 110000 100000 111001 100010 110100

Color Harmonies of #ADA95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA95A

Black with #ADA95A

Text Example


Text Example

White with #ADA95A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA95A; }

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

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

background-color css

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

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

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

border-color css

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

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

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