#9BB598

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

Shades of Spring Rain #9BB598

Tints of Spring Rain #9BB598

Color information

#9BB598 (or 0x9BB598) is unknown color: approx Spring Rain. HEX triplet: 9B, B5 and 98. RGB value is (155,181,152). Sum of RGB (Red+Green+Blue) = 155+181+152=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 152 (59.77% from 255 or 31.15% from 488); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB598 is #644A67. Grayscale: #AAAAAA. Windows color (decimal): -6572648 or 10007963. OLE color: 10007963.

HSL color Cylindrical-coordinate representation of color #9BB598: hue angle of 113.79º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9BB598 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB155181152-
CMYK0.1400.160.29
HSL113.79º16.38%65.29%-
HSV(B)113.79º16.02%70.98%-
XYZ35.7142.2835.99-
YUV169.92117.89117.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.76%
GREEN value IS 181 (71.09% from 255) = 37.09%
BLUE value IS 152 (59.77% from 255) = 31.15%
R=31.76%
G=37.09%
B=31.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551811520.1400.160.29113.7916.3865.29
Hex9BB598E0101D721041
Octal233265230160203516220101
Binary1001101110110101100110001110010000111011110010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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