#9BB497

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

Shades of Spring Rain #9BB497

Tints of Spring Rain #9BB497

Color information

#9BB497 (or 0x9BB497) is unknown color: approx Spring Rain. HEX triplet: 9B, B4 and 97. RGB value is (155,180,151). Sum of RGB (Red+Green+Blue) = 155+180+151=486 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.89% from 486); Green value is 180 (70.70% from 255 or 37.04% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB497 is #644B68. Grayscale: #A9A9A9. Windows color (decimal): -6572905 or 9942171. OLE color: 9942171.

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

Color convert

RGB155180151-
CMYK0.1400.160.29
HSL111.72º16.2%64.9%-
HSV(B)111.72º16.11%70.59%-
XYZ35.4241.8535.49-
YUV169.22117.72117.86-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.89%
GREEN value IS 180 (70.70% from 255) = 37.04%
BLUE value IS 151 (59.38% from 255) = 31.07%
R=31.89%
G=37.04%
B=31.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551801510.1400.160.29111.7216.264.9
Hex9BB497E0101D701041
Octal233264227160203516020101
Binary1001101110110100100101111110010000111011110000100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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