#9BB996

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

Shades of Spring Rain #9BB996

Tints of Spring Rain #9BB996

Color information

#9BB996 (or 0x9BB996) is unknown color: approx Spring Rain. HEX triplet: 9B, B9 and 96. RGB value is (155,185,150). Sum of RGB (Red+Green+Blue) = 155+185+150=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB996 is #644669. Grayscale: #ACACAC. Windows color (decimal): -6571626 or 9877915. OLE color: 9877915.

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

Color convert

RGB155185150-
CMYK0.1600.190.27
HSL111.43º20%65.69%-
HSV(B)111.43º18.92%72.55%-
XYZ36.3743.8735.4-
YUV172.04115.56115.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.63%
GREEN value IS 185 (72.66% from 255) = 37.76%
BLUE value IS 150 (58.98% from 255) = 30.61%
R=31.63%
G=37.76%
B=30.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551851500.1600.190.27111.432065.69
Hex9BB996100131B6f1442
Octal233271226200233315724102
Binary10011011101110011001011010000010011110111101111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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