#9BB491

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

Shades of Spring Rain #9BB491

Tints of Spring Rain #9BB491

Color information

#9BB491 (or 0x9BB491) is unknown color: approx Spring Rain. HEX triplet: 9B, B4 and 91. RGB value is (155,180,145). Sum of RGB (Red+Green+Blue) = 155+180+145=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 180 (70.70% from 255 or 37.5% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB491 is #644B6E. Grayscale: #A8A8A8. Windows color (decimal): -6572911 or 9548955. OLE color: 9548955.

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

Color convert

RGB155180145-
CMYK0.1400.190.29
HSL102.86º18.92%63.73%-
HSV(B)102.86º19.44%70.59%-
XYZ34.9541.6632.99-
YUV168.54114.72118.35-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.29%
GREEN value IS 180 (70.70% from 255) = 37.5%
BLUE value IS 145 (57.03% from 255) = 30.21%
R=32.29%
G=37.5%
B=30.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551801450.1400.190.29102.8618.9263.73
Hex9BB491E0131D671340
Octal233264221160233514723100
Binary1001101110110100100100011110010011111011100111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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