#9BBF8E

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

Shades of Spring Rain #9BBF8E

Tints of Spring Rain #9BBF8E

Color information

#9BBF8E (or 0x9BBF8E) is unknown color: approx Spring Rain. HEX triplet: 9B, BF and 8E. RGB value is (155,191,142). Sum of RGB (Red+Green+Blue) = 155+191+142=488 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.76% from 488); Green value is 191 (75% from 255 or 39.14% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBF8E is #644071. Grayscale: #AEAEAE. Windows color (decimal): -6570098 or 9355163. OLE color: 9355163.

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

Color convert

RGB155191142-
CMYK0.1900.260.25
HSL104.08º27.68%65.29%-
HSV(B)104.08º25.65%74.9%-
XYZ37.0346.1832.55-
YUV174.65109.57113.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.76%
GREEN value IS 191 (75% from 255) = 39.14%
BLUE value IS 142 (55.86% from 255) = 29.10%
R=31.76%
G=39.14%
B=29.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551911420.1900.260.25104.0827.6865.29
Hex9BBF8E1301A19681c41
Octal233277216230323115034101
Binary10011011101111111000111010011011010110011101000111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,191,142); }

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

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

 a { background-color: rgb(155,191,142); }

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

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

 span { border-color: rgb(155,191,142); }

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