#9BC199

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

Shades of Spring Rain #9BC199

Tints of Spring Rain #9BC199

Color information

#9BC199 (or 0x9BC199) is unknown color: approx Spring Rain. HEX triplet: 9B, C1 and 99. RGB value is (155,193,153). Sum of RGB (Red+Green+Blue) = 155+193+153=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC199 is #643E66. Grayscale: #B1B1B1. Windows color (decimal): -6569575 or 10076571. OLE color: 10076571.

HSL color Cylindrical-coordinate representation of color #9BC199: hue angle of 117º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC199 is Cyan = 0.20, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB155193153-
CMYK0.2000.210.24
HSL117º24.39%67.84%-
HSV(B)117º20.73%75.69%-
XYZ38.3447.4137.27-
YUV177.08114.41112.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.94%
GREEN value IS 193 (75.78% from 255) = 38.52%
BLUE value IS 153 (60.16% from 255) = 30.54%
R=30.94%
G=38.52%
B=30.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551931530.2000.210.2411724.3967.84
Hex9BC1991401518751844
Octal233301231240253016530104
Binary10011011110000011001100110100010101110001110101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,193,153); }

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

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

 a { background-color: rgb(155,193,153); }

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

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

 span { border-color: rgb(155,193,153); }

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