Html Css Color HEX #ADB160 Olive Green

📋 copy color: '#ADB160'

red 173 ◦ green 177 ◦ blue 96

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

Shades of Olive Green #ADB160

Tints of Olive Green #ADB160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.52%

R = 38.79%
G = 39.69%
B = 21.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#ADB160 (or 0xADB160) is known color: Olive Green. HEX triplet: AD, B1 and 60. RGB value is (173,177,96). Sum of RGB (Red+Green+Blue) = 173+177+96=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 177 (69.53% from 255 or 39.69% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 177 - color contains mainly: green. Hex color #ADB160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADB160 is #524E9F. Grayscale: #A6A6A6. Windows color (decimal): -5394080 or 6336941. OLE color: 6336941.

HSL color Cylindrical-coordinate representation of color #ADB160: hue angle of 62.96º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ADB160 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 177 96 -
CMYK 0.02 0 0.46 0.31
HSL 62.96º 0.34% 0.54% -
HSV(B) 62.96º 0.46% 0.69% -
XYZ 35.07 41.17 17.17 -
YUV 166.57 88.17 132.59 -
System Red Green Blue C M Y K H S L
Decimal 173 177 96 0.02 0 0.46 0.31 62.96 0.34 0.54
Hex AD B1 60 2 0 2E 1F 3F 22 36
Octal 255 261 140 2 0 56 37 77 42 66
Binary 10101101 10110001 1100000 10 0 101110 11111 111111 100010 110110

Color Harmonies of #ADB160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB160

Black with #ADB160

Text Example


Text Example

White with #ADB160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB160; }

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

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

background-color css

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

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

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

border-color css

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

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

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