Html Css Color HEX #ADB859 Olive Green

📋 copy color: '#ADB859'

red 173 ◦ green 184 ◦ blue 89

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

Shades of Olive Green #ADB859

Tints of Olive Green #ADB859

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.26%

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

R = 38.79%
G = 41.26%
B = 19.96%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#ADB859 (or 0xADB859) is known color: Olive Green. HEX triplet: AD, B8 and 59. RGB value is (173,184,89). Sum of RGB (Red+Green+Blue) = 173+184+89=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 89 (35.16% from 255 or 19.96% from 446); Max value from RGB is 184 - color contains mainly: green. Hex color #ADB859 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB859 is #5247A6. Grayscale: #AAAAAA. Windows color (decimal): -5392295 or 5879981. OLE color: 5879981.

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

Color convert

RGB 173 184 89 -
CMYK 0.06 0 0.52 0.28
HSL 66.95º 0.4% 0.54% -
HSV(B) 66.95º 0.52% 0.72% -
XYZ 36.18 43.89 16.02 -
YUV 169.88 82.36 130.22 -
System Red Green Blue C M Y K H S L
Decimal 173 184 89 0.06 0 0.52 0.28 66.95 0.4 0.54
Hex AD B8 59 6 0 34 1C 43 28 36
Octal 255 270 131 6 0 64 34 103 50 66
Binary 10101101 10111000 1011001 110 0 110100 11100 1000011 101000 110110

Color Harmonies of #ADB859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB859

Black with #ADB859

Text Example


Text Example

White with #ADB859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB859; }

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

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

background-color css

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

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

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

border-color css

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

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

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