#9BC595

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

Shades of Spring Rain #9BC595

Tints of Spring Rain #9BC595

Color information

#9BC595 (or 0x9BC595) is unknown color: approx Spring Rain. HEX triplet: 9B, C5 and 95. RGB value is (155,197,149). Sum of RGB (Red+Green+Blue) = 155+197+149=501 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.94% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BC595 is #643A6A. Grayscale: #B3B3B3. Windows color (decimal): -6568555 or 9815451. OLE color: 9815451.

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

Color convert

RGB155197149-
CMYK0.2100.240.23
HSL112.5º29.27%67.84%-
HSV(B)112.5º24.37%77.25%-
XYZ38.9149.0735.85-
YUV178.97111.09110.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.94%
GREEN value IS 197 (77.34% from 255) = 39.32%
BLUE value IS 149 (58.59% from 255) = 29.74%
R=30.94%
G=39.32%
B=29.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1551971490.2100.240.23112.529.2767.84
Hex9BC5951501817701d44
Octal233305225250302716035104
Binary10011011110001011001010110101011000101111110000111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,197,149); }

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

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

 a { background-color: rgb(155,197,149); }

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

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

 span { border-color: rgb(155,197,149); }

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