#9CBA99

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

Shades of Spring Rain #9CBA99

Tints of Spring Rain #9CBA99

Color information

#9CBA99 (or 0x9CBA99) is unknown color: approx Spring Rain. HEX triplet: 9C, BA and 99. RGB value is (156,186,153). Sum of RGB (Red+Green+Blue) = 156+186+153=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 153 (60.16% from 255 or 30.91% from 495); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBA99 is #634566. Grayscale: #ADADAD. Windows color (decimal): -6505831 or 10074780. OLE color: 10074780.

HSL color Cylindrical-coordinate representation of color #9CBA99: hue angle of 114.55º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CBA99 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB156186153-
CMYK0.1600.180.27
HSL114.55º19.3%66.47%-
HSV(B)114.55º17.74%72.94%-
XYZ37.0244.4936.77-
YUV173.27116.56115.68-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.52%
GREEN value IS 186 (73.05% from 255) = 37.58%
BLUE value IS 153 (60.16% from 255) = 30.91%
R=31.52%
G=37.58%
B=30.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1561861530.1600.180.27114.5519.366.47
Hex9CBA99100121B731342
Octal234272231200223316323102
Binary10011100101110101001100110000010010110111110011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,186,153); }

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

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

 a { background-color: rgb(156,186,153); }

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

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

 span { border-color: rgb(156,186,153); }

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