#9BBA97

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

Shades of Spring Rain #9BBA97

Tints of Spring Rain #9BBA97

Color information

#9BBA97 (or 0x9BBA97) is unknown color: approx Spring Rain. HEX triplet: 9B, BA and 97. RGB value is (155,186,151). Sum of RGB (Red+Green+Blue) = 155+186+151=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 151 (59.38% from 255 or 30.69% from 492); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBA97 is #644568. Grayscale: #ACACAC. Windows color (decimal): -6571369 or 9943707. OLE color: 9943707.

HSL color Cylindrical-coordinate representation of color #9BBA97: hue angle of 113.14º 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 #9BBA97 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB155186151-
CMYK0.1700.190.27
HSL113.14º20.23%66.08%-
HSV(B)113.14º18.82%72.94%-
XYZ36.6644.3235.9-
YUV172.74115.73115.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.50%
GREEN value IS 186 (73.05% from 255) = 37.80%
BLUE value IS 151 (59.38% from 255) = 30.69%
R=31.50%
G=37.80%
B=30.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551861510.1700.190.27113.1420.2366.08
Hex9BBA97110131B711442
Octal233272227210233316124102
Binary10011011101110101001011110001010011110111110001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BBA97;
 }
 .AnyTagClassName
 {
   color: #9BBA97;
 }
</style>
background-color css

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

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

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

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

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

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