#9BB496

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

Shades of Spring Rain #9BB496

Tints of Spring Rain #9BB496

Color information

#9BB496 (or 0x9BB496) is unknown color: approx Spring Rain. HEX triplet: 9B, B4 and 96. RGB value is (155,180,150). Sum of RGB (Red+Green+Blue) = 155+180+150=485 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.96% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB496 is #644B69. Grayscale: #A9A9A9. Windows color (decimal): -6572906 or 9876635. OLE color: 9876635.

HSL color Cylindrical-coordinate representation of color #9BB496: hue angle of 110º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BB496 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB155180150-
CMYK0.1400.170.29
HSL110º16.67%64.71%-
HSV(B)110º16.67%70.59%-
XYZ35.3441.8135.06-
YUV169.1117.22117.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.96%
GREEN value IS 180 (70.70% from 255) = 37.11%
BLUE value IS 150 (58.98% from 255) = 30.93%
R=31.96%
G=37.11%
B=30.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551801500.1400.170.2911016.6764.71
Hex9BB496E0111D6e1141
Octal233264226160213515621101
Binary1001101110110100100101101110010001111011101110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,180,150); }

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

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

 a { background-color: rgb(155,180,150); }

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

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

 span { border-color: rgb(155,180,150); }

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