#9CBD99

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

Shades of Spring Rain #9CBD99

Tints of Spring Rain #9CBD99

Color information

#9CBD99 (or 0x9CBD99) is unknown color: approx Spring Rain. HEX triplet: 9C, BD and 99. RGB value is (156,189,153). Sum of RGB (Red+Green+Blue) = 156+189+153=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBD99 is #634266. Grayscale: #AFAFAF. Windows color (decimal): -6505063 or 10075548. OLE color: 10075548.

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

Color convert

RGB156189153-
CMYK0.1700.190.26
HSL115º21.43%67.06%-
HSV(B)115º19.05%74.12%-
XYZ37.6645.7636.99-
YUV175.03115.57114.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.33%
GREEN value IS 189 (74.22% from 255) = 37.95%
BLUE value IS 153 (60.16% from 255) = 30.72%
R=31.33%
G=37.95%
B=30.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561891530.1700.190.2611521.4367.06
Hex9CBD99110131A731543
Octal234275231210233216325103
Binary10011100101111011001100110001010011110101110011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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