#9BB492

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

Shades of Spring Rain #9BB492

Tints of Spring Rain #9BB492

Color information

#9BB492 (or 0x9BB492) is unknown color: approx Spring Rain. HEX triplet: 9B, B4 and 92. RGB value is (155,180,146). Sum of RGB (Red+Green+Blue) = 155+180+146=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB492 is #644B6D. Grayscale: #A8A8A8. Windows color (decimal): -6572910 or 9614491. OLE color: 9614491.

HSL color Cylindrical-coordinate representation of color #9BB492: hue angle of 104.12º degrees, saturation: 0.18, 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 #9BB492 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB155180146-
CMYK0.1400.190.29
HSL104.12º18.48%63.92%-
HSV(B)104.12º18.89%70.59%-
XYZ35.0341.6933.39-
YUV168.65115.22118.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.22%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 146 (57.42% from 255) = 30.35%
R=32.22%
G=37.42%
B=30.35%

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
Decimal1551801460.1400.190.29104.1218.4863.92
Hex9BB492E0131D681240
Octal233264222160233515022100
Binary1001101110110100100100101110010011111011101000100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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