#9CBA98

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

Shades of Spring Rain #9CBA98

Tints of Spring Rain #9CBA98

Color information

#9CBA98 (or 0x9CBA98) is unknown color: approx Spring Rain. HEX triplet: 9C, BA and 98. RGB value is (156,186,152). Sum of RGB (Red+Green+Blue) = 156+186+152=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBA98 is #634567. Grayscale: #ADADAD. Windows color (decimal): -6505832 or 10009244. OLE color: 10009244.

HSL color Cylindrical-coordinate representation of color #9CBA98: hue angle of 112.94º degrees, saturation: 0.2, 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 #9CBA98 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB156186152-
CMYK0.1600.180.27
HSL112.94º19.77%66.27%-
HSV(B)112.94º18.28%72.94%-
XYZ36.9444.4536.34-
YUV173.15116.06115.76-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.58%
GREEN value IS 186 (73.05% from 255) = 37.65%
BLUE value IS 152 (59.77% from 255) = 30.77%
R=31.58%
G=37.65%
B=30.77%

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
Decimal1561861520.1600.180.27112.9419.7766.27
Hex9CBA98100121B711442
Octal234272230200223316124102
Binary10011100101110101001100010000010010110111110001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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