#9BBE93

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

Shades of Spring Rain #9BBE93

Tints of Spring Rain #9BBE93

Color information

#9BBE93 (or 0x9BBE93) is unknown color: approx Spring Rain. HEX triplet: 9B, BE and 93. RGB value is (155,190,147). Sum of RGB (Red+Green+Blue) = 155+190+147=492 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.50% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 147 (57.81% from 255 or 29.88% from 492); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBE93 is #64416C. Grayscale: #AEAEAE. Windows color (decimal): -6570349 or 9682587. OLE color: 9682587.

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

Color convert

RGB155190147-
CMYK0.1800.230.25
HSL108.84º24.86%66.08%-
HSV(B)108.84º22.63%74.51%-
XYZ37.245.934.5-
YUV174.63112.4114-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.50%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 147 (57.81% from 255) = 29.88%
R=31.50%
G=38.62%
B=29.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551901470.1800.230.25108.8424.8666.08
Hex9BBE9312017196d1942
Octal233276223220273115531102
Binary10011011101111101001001110010010111110011101101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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