Html Css Color HEX #9BB997 Spring Rain

📋 copy color: '#9BB997'

red 155 ◦ green 185 ◦ blue 151

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

Shades of Spring Rain #9BB997

Tints of Spring Rain #9BB997

RGB

 RED value IS 155 (60.94% from 255) = 31.57%

 GREEN value IS 185 (72.66% from 255) = 37.68%

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

R = 31.57%
G = 37.68%
B = 30.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#9BB997 (or 0x9BB997) is known color: Spring Rain. HEX triplet: 9B, B9 and 97. RGB value is (155,185,151). Sum of RGB (Red+Green+Blue) = 155+185+151=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB997 is #644668. Grayscale: #ACACAC. Windows color (decimal): -6571625 or 9943451. OLE color: 9943451.

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

Color convert

RGB 155 185 151 -
CMYK 0.16 0 0.18 0.27
HSL 112.94º 0.2% 0.66% -
HSV(B) 112.94º 0.18% 0.73% -
XYZ 36.45 43.9 35.83 -
YUV 172.15 116.06 115.76 -
System Red Green Blue C M Y K H S L
Decimal 155 185 151 0.16 0 0.18 0.27 112.94 0.2 0.66
Hex 9B B9 97 10 0 12 1B 71 14 42
Octal 233 271 227 20 0 22 33 161 24 102
Binary 10011011 10111001 10010111 10000 0 10010 11011 1110001 10100 1000010

Color Harmonies of #9BB997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB997

Black with #9BB997

Text Example


Text Example

White with #9BB997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9BB997; }

 p { color: rgb(155,185,151); }

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

background-color css

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

 a { background-color: rgb(155,185,151); }

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

border-color css

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

 span { border-color: rgb(155,185,151); }

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