#9BBA95

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

Shades of Spring Rain #9BBA95

Tints of Spring Rain #9BBA95

Color information

#9BBA95 (or 0x9BBA95) is unknown color: approx Spring Rain. HEX triplet: 9B, BA and 95. RGB value is (155,186,149). Sum of RGB (Red+Green+Blue) = 155+186+149=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBA95 is #64456A. Grayscale: #ACACAC. Windows color (decimal): -6571371 or 9812635. OLE color: 9812635.

HSL color Cylindrical-coordinate representation of color #9BBA95: hue angle of 110.27º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BBA95 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB155186149-
CMYK0.1700.200.27
HSL110.27º21.14%65.69%-
HSV(B)110.27º19.89%72.94%-
XYZ36.544.2635.05-
YUV172.51114.73115.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.63%
GREEN value IS 186 (73.05% from 255) = 37.96%
BLUE value IS 149 (58.59% from 255) = 30.41%
R=31.63%
G=37.96%
B=30.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551861490.1700.200.27110.2721.1465.69
Hex9BBA95110141B6e1542
Octal233272225210243315625102
Binary10011011101110101001010110001010100110111101110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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