Html Css Color HEX #ADB459 Olive Green

📋 copy color: '#ADB459'

red 173 ◦ green 180 ◦ blue 89

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

Shades of Olive Green #ADB459

Tints of Olive Green #ADB459

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.72%

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

R = 39.14%
G = 40.72%
B = 20.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#ADB459 (or 0xADB459) is known color: Olive Green. HEX triplet: AD, B4 and 59. RGB value is (173,180,89). Sum of RGB (Red+Green+Blue) = 173+180+89=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB459 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADB459 is #524BA6. Grayscale: #A7A7A7. Windows color (decimal): -5393319 or 5878957. OLE color: 5878957.

HSL color Cylindrical-coordinate representation of color #ADB459: hue angle of 64.62º degrees, saturation: 0.38, 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 #ADB459 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 89 -
CMYK 0.04 0 0.51 0.29
HSL 64.62º 0.38% 0.53% -
HSV(B) 64.62º 0.51% 0.71% -
XYZ 35.36 42.25 15.74 -
YUV 167.53 83.68 131.9 -
System Red Green Blue C M Y K H S L
Decimal 173 180 89 0.04 0 0.51 0.29 64.62 0.38 0.53
Hex AD B4 59 4 0 33 1D 41 26 35
Octal 255 264 131 4 0 63 35 101 46 65
Binary 10101101 10110100 1011001 100 0 110011 11101 1000001 100110 110101

Color Harmonies of #ADB459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB459

Black with #ADB459

Text Example


Text Example

White with #ADB459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB459; }

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

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

background-color css

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

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

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

border-color css

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

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

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