#9CBB91

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

Shades of Spring Rain #9CBB91

Tints of Spring Rain #9CBB91

Color information

#9CBB91 (or 0x9CBB91) is unknown color: approx Spring Rain. HEX triplet: 9C, BB and 91. RGB value is (156,187,145). Sum of RGB (Red+Green+Blue) = 156+187+145=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 145 (57.03% from 255 or 29.71% from 488); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBB91 is #63446E. Grayscale: #ADADAD. Windows color (decimal): -6505583 or 9550748. OLE color: 9550748.

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

Color convert

RGB156187145-
CMYK0.1700.220.27
HSL104.29º23.6%65.1%-
HSV(B)104.29º22.46%73.33%-
XYZ36.5944.6533.48-
YUV172.94112.23115.92-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.97%
GREEN value IS 187 (73.44% from 255) = 38.32%
BLUE value IS 145 (57.03% from 255) = 29.71%
R=31.97%
G=38.32%
B=29.71%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561871450.1700.220.27104.2923.665.1
Hex9CBB91110161B681841
Octal234273221210263315030101
Binary10011100101110111001000110001010110110111101000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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