Html Css Color HEX #ADB659 Olive Green

📋 copy color: '#ADB659'

red 173 ◦ green 182 ◦ blue 89

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

Shades of Olive Green #ADB659

Tints of Olive Green #ADB659

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.99%

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

R = 38.96%
G = 40.99%
B = 20.05%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#ADB659 (or 0xADB659) is known color: Olive Green. HEX triplet: AD, B6 and 59. RGB value is (173,182,89). Sum of RGB (Red+Green+Blue) = 173+182+89=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 182 (71.48% from 255 or 40.99% from 444); Blue value is 89 (35.16% from 255 or 20.05% from 444); Max value from RGB is 182 - color contains mainly: green. Hex color #ADB659 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB659 is #5249A6. Grayscale: #A9A9A9. Windows color (decimal): -5392807 or 5879469. OLE color: 5879469.

HSL color Cylindrical-coordinate representation of color #ADB659: hue angle of 65.81º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADB659 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 182 89 -
CMYK 0.05 0 0.51 0.29
HSL 65.81º 0.39% 0.53% -
HSV(B) 65.81º 0.51% 0.71% -
XYZ 35.76 43.06 15.88 -
YUV 168.71 83.02 131.06 -
System Red Green Blue C M Y K H S L
Decimal 173 182 89 0.05 0 0.51 0.29 65.81 0.39 0.53
Hex AD B6 59 5 0 33 1D 42 27 35
Octal 255 266 131 5 0 63 35 102 47 65
Binary 10101101 10110110 1011001 101 0 110011 11101 1000010 100111 110101

Color Harmonies of #ADB659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB659

Black with #ADB659

Text Example


Text Example

White with #ADB659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB659; }

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

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

background-color css

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

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

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

border-color css

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

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

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