#9CBB95

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

Shades of Spring Rain #9CBB95

Tints of Spring Rain #9CBB95

Color information

#9CBB95 (or 0x9CBB95) is unknown color: approx Spring Rain. HEX triplet: 9C, BB and 95. RGB value is (156,187,149). Sum of RGB (Red+Green+Blue) = 156+187+149=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBB95 is #63446A. Grayscale: #ADADAD. Windows color (decimal): -6505579 or 9812892. OLE color: 9812892.

HSL color Cylindrical-coordinate representation of color #9CBB95: hue angle of 108.95º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CBB95 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB156187149-
CMYK0.1700.200.27
HSL108.95º21.84%65.88%-
HSV(B)108.95º20.32%73.33%-
XYZ36.9144.7835.13-
YUV173.4114.23115.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.71%
GREEN value IS 187 (73.44% from 255) = 38.01%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=31.71%
G=38.01%
B=30.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561871490.1700.200.27108.9521.8465.88
Hex9CBB95110141B6d1642
Octal234273225210243315526102
Binary10011100101110111001010110001010100110111101101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,187,149); }

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

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

 a { background-color: rgb(156,187,149); }

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

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

 span { border-color: rgb(156,187,149); }

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