#9BB997

Color #9BB997 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #9BB997

Tints of Spring Rain #9BB997

Color information

#9BB997 (or 0x9BB997) is unknown color: approx 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

RGB155185151-
CMYK0.1600.180.27
HSL112.94º19.54%65.88%-
HSV(B)112.94º18.38%72.55%-
XYZ36.4543.935.83-
YUV172.15116.06115.76-

RGB Variations

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

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 (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551851510.1600.180.27112.9419.5465.88
Hex9BB997100121B711442
Octal233271227200223316124102
Binary10011011101110011001011110000010010110111110001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>