#9BB890

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

Shades of Spring Rain #9BB890

Tints of Spring Rain #9BB890

Color information

#9BB890 (or 0x9BB890) is unknown color: approx Spring Rain. HEX triplet: 9B, B8 and 90. RGB value is (155,184,144). Sum of RGB (Red+Green+Blue) = 155+184+144=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB890 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB890 is #64476F. Grayscale: #AAAAAA. Windows color (decimal): -6571888 or 9484443. OLE color: 9484443.

HSL color Cylindrical-coordinate representation of color #9BB890: hue angle of 103.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BB890 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB155184144-
CMYK0.1600.220.28
HSL103.5º21.98%64.31%-
HSV(B)103.5º21.74%72.16%-
XYZ35.6943.2632.86-
YUV170.77112.89116.75-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.09%
GREEN value IS 184 (72.27% from 255) = 38.10%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=32.09%
G=38.10%
B=29.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1551841440.1600.220.28103.521.9864.31
Hex9BB890100161C671640
Octal233270220200263414726100
Binary10011011101110001001000010000010110111001100111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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