#9BBB90

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

Shades of Spring Rain #9BBB90

Tints of Spring Rain #9BBB90

Color information

#9BBB90 (or 0x9BBB90) is unknown color: approx Spring Rain. HEX triplet: 9B, BB and 90. RGB value is (155,187,144). Sum of RGB (Red+Green+Blue) = 155+187+144=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 187 (73.44% from 255 or 38.48% from 486); Blue value is 144 (56.64% from 255 or 29.63% from 486); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBB90 is #64446F. Grayscale: #ACACAC. Windows color (decimal): -6571120 or 9485211. OLE color: 9485211.

HSL color Cylindrical-coordinate representation of color #9BBB90: hue angle of 104.65º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BBB90 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB155187144-
CMYK0.1700.230.27
HSL104.65º24.02%64.9%-
HSV(B)104.65º22.99%73.33%-
XYZ36.3244.5233.06-
YUV172.53111.9115.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.89%
GREEN value IS 187 (73.44% from 255) = 38.48%
BLUE value IS 144 (56.64% from 255) = 29.63%
R=31.89%
G=38.48%
B=29.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551871440.1700.230.27104.6524.0264.9
Hex9BBB90110171B691841
Octal233273220210273315130101
Binary10011011101110111001000010001010111110111101001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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