#9CBE96

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

Shades of Spring Rain #9CBE96

Tints of Spring Rain #9CBE96

Color information

#9CBE96 (or 0x9CBE96) is unknown color: approx Spring Rain. HEX triplet: 9C, BE and 96. RGB value is (156,190,150). Sum of RGB (Red+Green+Blue) = 156+190+150=496 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.45% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 150 (58.98% from 255 or 30.24% from 496); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBE96 is #634169. Grayscale: #AFAFAF. Windows color (decimal): -6504810 or 9879196. OLE color: 9879196.

HSL color Cylindrical-coordinate representation of color #9CBE96: hue angle of 111º degrees, saturation: 0.24, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9CBE96 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB156190150-
CMYK0.1800.210.25
HSL111º23.53%66.67%-
HSV(B)111º21.05%74.51%-
XYZ37.6346.135.77-
YUV175.27113.74114.25-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.45%
GREEN value IS 190 (74.61% from 255) = 38.31%
BLUE value IS 150 (58.98% from 255) = 30.24%
R=31.45%
G=38.31%
B=30.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561901500.1800.210.2511123.5366.67
Hex9CBE9612015196f1843
Octal234276226220253115730103
Binary10011100101111101001011010010010101110011101111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,190,150); }

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

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

 a { background-color: rgb(156,190,150); }

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

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

 span { border-color: rgb(156,190,150); }

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