#9BBB93

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

Shades of Spring Rain #9BBB93

Tints of Spring Rain #9BBB93

Color information

#9BBB93 (or 0x9BBB93) is unknown color: approx Spring Rain. HEX triplet: 9B, BB and 93. RGB value is (155,187,147). Sum of RGB (Red+Green+Blue) = 155+187+147=489 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.70% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBB93 is #64446C. Grayscale: #ADADAD. Windows color (decimal): -6571117 or 9681819. OLE color: 9681819.

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

Color convert

RGB155187147-
CMYK0.1700.210.27
HSL108º22.73%65.49%-
HSV(B)108º21.39%73.33%-
XYZ36.5544.6234.29-
YUV172.87113.4115.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.70%
GREEN value IS 187 (73.44% from 255) = 38.24%
BLUE value IS 147 (57.81% from 255) = 30.06%
R=31.70%
G=38.24%
B=30.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551871470.1700.210.2710822.7365.49
Hex9BBB93110151B6c1741
Octal233273223210253315427101
Binary10011011101110111001001110001010101110111101100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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