#9BBF90

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

Shades of Spring Rain #9BBF90

Tints of Spring Rain #9BBF90

Color information

#9BBF90 (or 0x9BBF90) is unknown color: approx Spring Rain. HEX triplet: 9B, BF and 90. RGB value is (155,191,144). Sum of RGB (Red+Green+Blue) = 155+191+144=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 191 (75% from 255 or 38.98% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 191 - color contains mainly: green. Hex color #9BBF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBF90 is #64406F. Grayscale: #AFAFAF. Windows color (decimal): -6570096 or 9486235. OLE color: 9486235.

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

Color convert

RGB155191144-
CMYK0.1900.250.25
HSL105.96º26.86%65.69%-
HSV(B)105.96º24.61%74.9%-
XYZ37.1846.2433.35-
YUV174.88110.57113.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.63%
GREEN value IS 191 (75% from 255) = 38.98%
BLUE value IS 144 (56.64% from 255) = 29.39%
R=31.63%
G=38.98%
B=29.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1551911440.1900.250.25105.9626.8665.69
Hex9BBF9013019196a1b42
Octal233277220230313115233102
Binary10011011101111111001000010011011001110011101010110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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