Html Css Color HEX #ADB497 Green Spring

📋 copy color: '#ADB497'

red 173 ◦ green 180 ◦ blue 151

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

Shades of Green Spring #ADB497

Tints of Green Spring #ADB497

RGB

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

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

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

R = 34.33%
G = 35.71%
B = 29.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#ADB497 (or 0xADB497) is known color: Green Spring. HEX triplet: AD, B4 and 97. RGB value is (173,180,151). Sum of RGB (Red+Green+Blue) = 173+180+151=504 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.33% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 180 - color contains mainly: green. Hex color #ADB497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADB497 is #524B68. Grayscale: #AEAEAE. Windows color (decimal): -5393257 or 9942189. OLE color: 9942189.

HSL color Cylindrical-coordinate representation of color #ADB497: hue angle of 74.48º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADB497 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 173 180 151 -
CMYK 0.04 0 0.16 0.29
HSL 74.48º 0.16% 0.65% -
HSV(B) 74.48º 0.16% 0.71% -
XYZ 39.14 43.76 35.66 -
YUV 174.6 114.68 126.86 -
System Red Green Blue C M Y K H S L
Decimal 173 180 151 0.04 0 0.16 0.29 74.48 0.16 0.65
Hex AD B4 97 4 0 10 1D 4A 10 41
Octal 255 264 227 4 0 20 35 112 20 101
Binary 10101101 10110100 10010111 100 0 10000 11101 1001010 10000 1000001

Color Harmonies of #ADB497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB497

Black with #ADB497

Text Example


Text Example

White with #ADB497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB497; }

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

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

background-color css

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

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

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

border-color css

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

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

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