#9BB990

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

Shades of Spring Rain #9BB990

Tints of Spring Rain #9BB990

Color information

#9BB990 (or 0x9BB990) is unknown color: approx Spring Rain. HEX triplet: 9B, B9 and 90. RGB value is (155,185,144). Sum of RGB (Red+Green+Blue) = 155+185+144=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB990 is #64466F. Grayscale: #ABABAB. Windows color (decimal): -6571632 or 9484699. OLE color: 9484699.

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

Color convert

RGB155185144-
CMYK0.1600.220.27
HSL103.9º22.65%64.51%-
HSV(B)103.9º22.16%72.55%-
XYZ35.943.6832.92-
YUV171.36112.56116.33-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.02%
GREEN value IS 185 (72.66% from 255) = 38.22%
BLUE value IS 144 (56.64% from 255) = 29.75%
R=32.02%
G=38.22%
B=29.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551851440.1600.220.27103.922.6564.51
Hex9BB990100161B681741
Octal233271220200263315027101
Binary10011011101110011001000010000010110110111101000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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