Html Css Color HEX #ADA85B Olive Green

📋 copy color: '#ADA85B'

red 173 ◦ green 168 ◦ blue 91

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

Shades of Olive Green #ADA85B

Tints of Olive Green #ADA85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.06%

R = 40.05%
G = 38.89%
B = 21.06%

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

#ADA85B (or 0xADA85B) is known color: Olive Green. HEX triplet: AD, A8 and 5B. RGB value is (173,168,91). Sum of RGB (Red+Green+Blue) = 173+168+91=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA85B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA85B is #5257A4. Grayscale: #A1A1A1. Windows color (decimal): -5396389 or 6006957. OLE color: 6006957.

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

Color convert

RGB 173 168 91 -
CMYK 0 0.03 0.47 0.32
HSL 56.34º 0.33% 0.52% -
HSV(B) 56.34º 0.47% 0.68% -
XYZ 33.12 37.64 15.42 -
YUV 160.72 88.66 136.76 -
System Red Green Blue C M Y K H S L
Decimal 173 168 91 0 0.03 0.47 0.32 56.34 0.33 0.52
Hex AD A8 5B 0 3 2F 20 38 21 34
Octal 255 250 133 0 3 57 40 70 41 64
Binary 10101101 10101000 1011011 0 11 101111 100000 111000 100001 110100

Color Harmonies of #ADA85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA85B

Black with #ADA85B

Text Example


Text Example

White with #ADA85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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