Html Css Color HEX #ADB796 Green Spring

📋 copy color: '#ADB796'

red 173 ◦ green 183 ◦ blue 150

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

Shades of Green Spring #ADB796

Tints of Green Spring #ADB796

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.17%

 BLUE value IS 150 (58.98% from 255) = 29.64%

R = 34.19%
G = 36.17%
B = 29.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#ADB796 (or 0xADB796) is known color: Green Spring. HEX triplet: AD, B7 and 96. RGB value is (173,183,150). Sum of RGB (Red+Green+Blue) = 173+183+150=506 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.19% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB796 is #524869. Grayscale: #B0B0B0. Windows color (decimal): -5392490 or 9877421. OLE color: 9877421.

HSL color Cylindrical-coordinate representation of color #ADB796: hue angle of 78.18º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADB796 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.28.

Color convert

RGB 173 183 150 -
CMYK 0.05 0 0.18 0.28
HSL 78.18º 0.19% 0.65% -
HSV(B) 78.18º 0.18% 0.72% -
XYZ 39.67 44.95 35.44 -
YUV 176.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 173 183 150 0.05 0 0.18 0.28 78.18 0.19 0.65
Hex AD B7 96 5 0 12 1C 4E 13 41
Octal 255 267 226 5 0 22 34 116 23 101
Binary 10101101 10110111 10010110 101 0 10010 11100 1001110 10011 1000001

Color Harmonies of #ADB796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB796

Black with #ADB796

Text Example


Text Example

White with #ADB796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB796; }

 p { color: rgb(173,183,150); }

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

background-color css

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

 a { background-color: rgb(173,183,150); }

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

border-color css

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

 span { border-color: rgb(173,183,150); }

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