#9BBE95

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

Shades of Spring Rain #9BBE95

Tints of Spring Rain #9BBE95

Color information

#9BBE95 (or 0x9BBE95) is unknown color: approx Spring Rain. HEX triplet: 9B, BE and 95. RGB value is (155,190,149). Sum of RGB (Red+Green+Blue) = 155+190+149=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBE95 is #64416A. Grayscale: #AEAEAE. Windows color (decimal): -6570347 or 9813659. OLE color: 9813659.

HSL color Cylindrical-coordinate representation of color #9BBE95: hue angle of 111.22º degrees, saturation: 0.24, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BBE95 is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB155190149-
CMYK0.1800.220.25
HSL111.22º23.98%66.47%-
HSV(B)111.22º21.58%74.51%-
XYZ37.3645.9735.34-
YUV174.86113.4113.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.38%
GREEN value IS 190 (74.61% from 255) = 38.46%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=31.38%
G=38.46%
B=30.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551901490.1800.220.25111.2223.9866.47
Hex9BBE9512016196f1842
Octal233276225220263115730102
Binary10011011101111101001010110010010110110011101111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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