Html Css Color HEX #ADB159 Olive Green

📋 copy color: '#ADB159'

red 173 ◦ green 177 ◦ blue 89

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

Shades of Olive Green #ADB159

Tints of Olive Green #ADB159

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.32%

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

R = 39.41%
G = 40.32%
B = 20.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#ADB159 (or 0xADB159) is known color: Olive Green. HEX triplet: AD, B1 and 59. RGB value is (173,177,89). Sum of RGB (Red+Green+Blue) = 173+177+89=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB159 is #524EA6. Grayscale: #A6A6A6. Windows color (decimal): -5394087 or 5878189. OLE color: 5878189.

HSL color Cylindrical-coordinate representation of color #ADB159: hue angle of 62.73º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADB159 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 89 -
CMYK 0.02 0 0.50 0.31
HSL 62.73º 0.36% 0.52% -
HSV(B) 62.73º 0.5% 0.69% -
XYZ 34.76 41.05 15.54 -
YUV 165.77 84.67 133.16 -
System Red Green Blue C M Y K H S L
Decimal 173 177 89 0.02 0 0.50 0.31 62.73 0.36 0.52
Hex AD B1 59 2 0 32 1F 3F 24 34
Octal 255 261 131 2 0 62 37 77 44 64
Binary 10101101 10110001 1011001 10 0 110010 11111 111111 100100 110100

Color Harmonies of #ADB159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB159

Black with #ADB159

Text Example


Text Example

White with #ADB159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB159; }

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

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

background-color css

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

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

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

border-color css

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

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

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