Html Css Color HEX #ADB797 Green Spring

📋 copy color: '#ADB797'

red 173 ◦ green 183 ◦ blue 151

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

Shades of Green Spring #ADB797

Tints of Green Spring #ADB797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 29.78%

R = 34.12%
G = 36.09%
B = 29.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#ADB797 (or 0xADB797) is known color: Green Spring. HEX triplet: AD, B7 and 97. RGB value is (173,183,151). Sum of RGB (Red+Green+Blue) = 173+183+151=507 (67% of max value = 765). Red value is 173 (67.97% from 255 or 34.12% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 151 (59.38% from 255 or 29.78% from 507); Max value from RGB is 183 - color contains mainly: green. Hex color #ADB797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB797 is #524868. Grayscale: #B0B0B0. Windows color (decimal): -5392489 or 9942957. OLE color: 9942957.

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

Color convert

RGB 173 183 151 -
CMYK 0.05 0 0.17 0.28
HSL 78.75º 0.18% 0.65% -
HSV(B) 78.75º 0.17% 0.72% -
XYZ 39.75 44.99 35.87 -
YUV 176.36 113.69 125.6 -
System Red Green Blue C M Y K H S L
Decimal 173 183 151 0.05 0 0.17 0.28 78.75 0.18 0.65
Hex AD B7 97 5 0 11 1C 4F 12 41
Octal 255 267 227 5 0 21 34 117 22 101
Binary 10101101 10110111 10010111 101 0 10001 11100 1001111 10010 1000001

Color Harmonies of #ADB797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB797

Black with #ADB797

Text Example


Text Example

White with #ADB797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB797; }

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

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

background-color css

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

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

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

border-color css

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

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

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