#9CB69A

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

Shades of Spring Rain #9CB69A

Tints of Spring Rain #9CB69A

Color information

#9CB69A (or 0x9CB69A) is unknown color: approx Spring Rain. HEX triplet: 9C, B6 and 9A. RGB value is (156,182,154). Sum of RGB (Red+Green+Blue) = 156+182+154=492 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.71% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 182 - color contains mainly: green. Hex color #9CB69A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB69A is #634965. Grayscale: #ABABAB. Windows color (decimal): -6506854 or 10139292. OLE color: 10139292.

HSL color Cylindrical-coordinate representation of color #9CB69A: hue angle of 115.71º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9CB69A is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB156182154-
CMYK0.1400.150.29
HSL115.71º16.09%65.88%-
HSV(B)115.71º15.38%71.37%-
XYZ36.2742.8636.93-
YUV171.03118.39117.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.71%
GREEN value IS 182 (71.48% from 255) = 36.99%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=31.71%
G=36.99%
B=31.30%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561821540.1400.150.29115.7116.0965.88
Hex9CB69AE0F1D741042
Octal234266232160173516420102
Binary100111001011011010011010111001111111011110100100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,182,154); }

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

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

 a { background-color: rgb(156,182,154); }

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

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

 span { border-color: rgb(156,182,154); }

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