#9BB998

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

Shades of Spring Rain #9BB998

Tints of Spring Rain #9BB998

Color information

#9BB998 (or 0x9BB998) is unknown color: approx Spring Rain. HEX triplet: 9B, B9 and 98. RGB value is (155,185,152). Sum of RGB (Red+Green+Blue) = 155+185+152=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 185 (72.66% from 255 or 37.60% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB998 is #644667. Grayscale: #ACACAC. Windows color (decimal): -6571624 or 10008987. OLE color: 10008987.

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

Color convert

RGB155185152-
CMYK0.1600.180.27
HSL114.55º19.08%66.08%-
HSV(B)114.55º17.84%72.55%-
XYZ36.5343.9336.26-
YUV172.27116.56115.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.50%
GREEN value IS 185 (72.66% from 255) = 37.60%
BLUE value IS 152 (59.77% from 255) = 30.89%
R=31.50%
G=37.60%
B=30.89%

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
Decimal1551851520.1600.180.27114.5519.0866.08
Hex9BB998100121B731342
Octal233271230200223316323102
Binary10011011101110011001100010000010010110111110011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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