#9BB993

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

Shades of Spring Rain #9BB993

Tints of Spring Rain #9BB993

Color information

#9BB993 (or 0x9BB993) is unknown color: approx Spring Rain. HEX triplet: 9B, B9 and 93. RGB value is (155,185,147). Sum of RGB (Red+Green+Blue) = 155+185+147=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 147 (57.81% from 255 or 30.18% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB993 is #64466C. Grayscale: #ABABAB. Windows color (decimal): -6571629 or 9681307. OLE color: 9681307.

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

Color convert

RGB155185147-
CMYK0.1600.210.27
HSL107.37º21.35%65.1%-
HSV(B)107.37º20.54%72.55%-
XYZ36.1343.7734.15-
YUV171.7114.06116.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.83%
GREEN value IS 185 (72.66% from 255) = 37.99%
BLUE value IS 147 (57.81% from 255) = 30.18%
R=31.83%
G=37.99%
B=30.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1551851470.1600.210.27107.3721.3565.1
Hex9BB993100151B6b1541
Octal233271223200253315325101
Binary10011011101110011001001110000010101110111101011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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