Html Css Color HEX #ADBA97 Green Spring

📋 copy color: '#ADBA97'

red 173 ◦ green 186 ◦ blue 151

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

Shades of Green Spring #ADBA97

Tints of Green Spring #ADBA97

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.47%

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

R = 33.92%
G = 36.47%
B = 29.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#ADBA97 (or 0xADBA97) is known color: Green Spring. HEX triplet: AD, BA and 97. RGB value is (173,186,151). Sum of RGB (Red+Green+Blue) = 173+186+151=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 186 - color contains mainly: green. Hex color #ADBA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBA97 is #524568. Grayscale: #B2B2B2. Windows color (decimal): -5391721 or 9943725. OLE color: 9943725.

HSL color Cylindrical-coordinate representation of color #ADBA97: hue angle of 82.29º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADBA97 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 186 151 -
CMYK 0.07 0 0.19 0.27
HSL 82.29º 0.2% 0.66% -
HSV(B) 82.29º 0.19% 0.73% -
XYZ 40.38 46.24 36.07 -
YUV 178.12 112.69 124.35 -
System Red Green Blue C M Y K H S L
Decimal 173 186 151 0.07 0 0.19 0.27 82.29 0.2 0.66
Hex AD BA 97 7 0 13 1B 52 14 42
Octal 255 272 227 7 0 23 33 122 24 102
Binary 10101101 10111010 10010111 111 0 10011 11011 1010010 10100 1000010

Color Harmonies of #ADBA97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBA97

Black with #ADBA97

Text Example


Text Example

White with #ADBA97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBA97; }

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

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

background-color css

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

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

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

border-color css

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

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

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