#9CBB8E

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

Shades of Spring Rain #9CBB8E

Tints of Spring Rain #9CBB8E

Color information

#9CBB8E (or 0x9CBB8E) is unknown color: approx Spring Rain. HEX triplet: 9C, BB and 8E. RGB value is (156,187,142). Sum of RGB (Red+Green+Blue) = 156+187+142=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 187 (73.44% from 255 or 38.56% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 187 - color contains mainly: green. Hex color #9CBB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBB8E is #634471. Grayscale: #ACACAC. Windows color (decimal): -6505586 or 9354140. OLE color: 9354140.

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

Color convert

RGB156187142-
CMYK0.1700.240.27
HSL101.33º24.86%64.51%-
HSV(B)101.33º24.06%73.33%-
XYZ36.3644.5632.28-
YUV172.6110.73116.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.16%
GREEN value IS 187 (73.44% from 255) = 38.56%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=32.16%
G=38.56%
B=29.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561871420.1700.240.27101.3324.8664.51
Hex9CBB8E110181B651941
Octal234273216210303314531101
Binary10011100101110111000111010001011000110111100101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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