Html Css Color HEX #ADB959 Olive Green

📋 copy color: '#ADB959'

red 173 ◦ green 185 ◦ blue 89

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

Shades of Olive Green #ADB959

Tints of Olive Green #ADB959

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.39%

 BLUE value IS 89 (35.16% from 255) = 19.91%

R = 38.7%
G = 41.39%
B = 19.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#ADB959 (or 0xADB959) is known color: Olive Green. HEX triplet: AD, B9 and 59. RGB value is (173,185,89). Sum of RGB (Red+Green+Blue) = 173+185+89=447 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.70% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 89 (35.16% from 255 or 19.91% from 447); Max value from RGB is 185 - color contains mainly: green. Hex color #ADB959 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB959 is #5246A6. Grayscale: #AAAAAA. Windows color (decimal): -5392039 or 5880237. OLE color: 5880237.

HSL color Cylindrical-coordinate representation of color #ADB959: hue angle of 67.5º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADB959 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 185 89 -
CMYK 0.06 0 0.52 0.27
HSL 67.5º 0.41% 0.54% -
HSV(B) 67.5º 0.52% 0.73% -
XYZ 36.39 44.3 16.08 -
YUV 170.47 82.02 129.81 -
System Red Green Blue C M Y K H S L
Decimal 173 185 89 0.06 0 0.52 0.27 67.5 0.41 0.54
Hex AD B9 59 6 0 34 1B 44 29 36
Octal 255 271 131 6 0 64 33 104 51 66
Binary 10101101 10111001 1011001 110 0 110100 11011 1000100 101001 110110

Color Harmonies of #ADB959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB959

Black with #ADB959

Text Example


Text Example

White with #ADB959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB959; }

 p { color: rgb(173,185,89); }

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

background-color css

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

 a { background-color: rgb(173,185,89); }

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

border-color css

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

 span { border-color: rgb(173,185,89); }

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