#9BBE90

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

Shades of Spring Rain #9BBE90

Tints of Spring Rain #9BBE90

Color information

#9BBE90 (or 0x9BBE90) is unknown color: approx Spring Rain. HEX triplet: 9B, BE and 90. RGB value is (155,190,144). Sum of RGB (Red+Green+Blue) = 155+190+144=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 190 (74.61% from 255 or 38.85% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBE90 is #64416F. Grayscale: #AEAEAE. Windows color (decimal): -6570352 or 9485979. OLE color: 9485979.

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

Color convert

RGB155190144-
CMYK0.1800.240.25
HSL105.65º26.14%65.49%-
HSV(B)105.65º24.21%74.51%-
XYZ36.9745.8133.28-
YUV174.29110.9114.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.70%
GREEN value IS 190 (74.61% from 255) = 38.85%
BLUE value IS 144 (56.64% from 255) = 29.45%
R=31.70%
G=38.85%
B=29.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551901440.1800.240.25105.6526.1465.49
Hex9BBE9012018196a1a41
Octal233276220220303115232101
Binary10011011101111101001000010010011000110011101010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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