#9BBE8F

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

Shades of Spring Rain #9BBE8F

Tints of Spring Rain #9BBE8F

Color information

#9BBE8F (or 0x9BBE8F) is unknown color: approx Spring Rain. HEX triplet: 9B, BE and 8F. RGB value is (155,190,143). Sum of RGB (Red+Green+Blue) = 155+190+143=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #9BBE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBE8F is #644170. Grayscale: #AEAEAE. Windows color (decimal): -6570353 or 9420443. OLE color: 9420443.

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

Color convert

RGB155190143-
CMYK0.1800.250.25
HSL104.68º26.55%65.29%-
HSV(B)104.68º24.74%74.51%-
XYZ36.8945.7832.88-
YUV174.18110.4114.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.76%
GREEN value IS 190 (74.61% from 255) = 38.93%
BLUE value IS 143 (56.25% from 255) = 29.30%
R=31.76%
G=38.93%
B=29.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551901430.1800.250.25104.6826.5565.29
Hex9BBE8F1201919691b41
Octal233276217220313115133101
Binary10011011101111101000111110010011001110011101001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBE8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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