#9BB493

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

Shades of Spring Rain #9BB493

Tints of Spring Rain #9BB493

Color information

#9BB493 (or 0x9BB493) is unknown color: approx Spring Rain. HEX triplet: 9B, B4 and 93. RGB value is (155,180,147). Sum of RGB (Red+Green+Blue) = 155+180+147=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB493 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB493 is #644B6C. Grayscale: #A8A8A8. Windows color (decimal): -6572909 or 9680027. OLE color: 9680027.

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

Color convert

RGB155180147-
CMYK0.1400.180.29
HSL105.45º18.03%64.12%-
HSV(B)105.45º18.33%70.59%-
XYZ35.1141.7233.81-
YUV168.76115.72118.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.16%
GREEN value IS 180 (70.70% from 255) = 37.34%
BLUE value IS 147 (57.81% from 255) = 30.50%
R=32.16%
G=37.34%
B=30.50%

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
Decimal1551801470.1400.180.29105.4518.0364.12
Hex9BB493E0121D691240
Octal233264223160223515122100
Binary1001101110110100100100111110010010111011101001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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