#9CBC92

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

Shades of Spring Rain #9CBC92

Tints of Spring Rain #9CBC92

Color information

#9CBC92 (or 0x9CBC92) is unknown color: approx Spring Rain. HEX triplet: 9C, BC and 92. RGB value is (156,188,146). Sum of RGB (Red+Green+Blue) = 156+188+146=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 188 - color contains mainly: green. Hex color #9CBC92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBC92 is #63436D. Grayscale: #ADADAD. Windows color (decimal): -6505326 or 9616540. OLE color: 9616540.

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

Color convert

RGB156188146-
CMYK0.1700.220.26
HSL105.71º23.86%65.49%-
HSV(B)105.71º22.34%73.73%-
XYZ36.8845.1133.96-
YUV173.64112.4115.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.84%
GREEN value IS 188 (73.83% from 255) = 38.37%
BLUE value IS 146 (57.42% from 255) = 29.80%
R=31.84%
G=38.37%
B=29.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561881460.1700.220.26105.7123.8665.49
Hex9CBC92110161A6a1841
Octal234274222210263215230101
Binary10011100101111001001001010001010110110101101010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,188,146); }

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

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

 a { background-color: rgb(156,188,146); }

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

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

 span { border-color: rgb(156,188,146); }

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