#9BB494

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

Shades of Spring Rain #9BB494

Tints of Spring Rain #9BB494

Color information

#9BB494 (or 0x9BB494) is unknown color: approx Spring Rain. HEX triplet: 9B, B4 and 94. RGB value is (155,180,148). Sum of RGB (Red+Green+Blue) = 155+180+148=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 180 (70.70% from 255 or 37.27% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB494 is #644B6B. Grayscale: #A8A8A8. Windows color (decimal): -6572908 or 9745563. OLE color: 9745563.

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

Color convert

RGB155180148-
CMYK0.1400.180.29
HSL106.87º17.58%64.31%-
HSV(B)106.87º17.78%70.59%-
XYZ35.1841.7534.22-
YUV168.88116.22118.1-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.09%
GREEN value IS 180 (70.70% from 255) = 37.27%
BLUE value IS 148 (58.20% from 255) = 30.64%
R=32.09%
G=37.27%
B=30.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1551801480.1400.180.29106.8717.5864.31
Hex9BB494E0121D6b1240
Octal233264224160223515322100
Binary1001101110110100100101001110010010111011101011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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