#9BC994

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

Shades of Spring Rain #9BC994

Tints of Spring Rain #9BC994

Color information

#9BC994 (or 0x9BC994) is unknown color: approx Spring Rain. HEX triplet: 9B, C9 and 94. RGB value is (155,201,148). Sum of RGB (Red+Green+Blue) = 155+201+148=504 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.75% from 504); Green value is 201 (78.91% from 255 or 39.88% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 201 - color contains mainly: green. Hex color #9BC994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC994 is #64366B. Grayscale: #B5B5B5. Windows color (decimal): -6567532 or 9750939. OLE color: 9750939.

HSL color Cylindrical-coordinate representation of color #9BC994: hue angle of 112.08º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BC994 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB155201148-
CMYK0.2300.260.21
HSL112.08º32.92%68.43%-
HSV(B)112.08º26.37%78.82%-
XYZ39.7550.8835.74-
YUV181.2109.26109.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.75%
GREEN value IS 201 (78.91% from 255) = 39.88%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=30.75%
G=39.88%
B=29.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1552011480.2300.260.21112.0832.9268.43
Hex9BC9941701A15702144
Octal233311224270322516041104
Binary100110111100100110010100101110110101010111100001000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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