#9CBF96

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

Shades of Spring Rain #9CBF96

Tints of Spring Rain #9CBF96

Color information

#9CBF96 (or 0x9CBF96) is unknown color: approx Spring Rain. HEX triplet: 9C, BF and 96. RGB value is (156,191,150). Sum of RGB (Red+Green+Blue) = 156+191+150=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CBF96 is #634069. Grayscale: #AFAFAF. Windows color (decimal): -6504554 or 9879452. OLE color: 9879452.

HSL color Cylindrical-coordinate representation of color #9CBF96: hue angle of 111.22º 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 #9CBF96 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB156191150-
CMYK0.1800.210.25
HSL111.22º24.26%66.86%-
HSV(B)111.22º21.47%74.9%-
XYZ37.8546.5335.84-
YUV175.86113.4113.83-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.39%
GREEN value IS 191 (75% from 255) = 38.43%
BLUE value IS 150 (58.98% from 255) = 30.18%
R=31.39%
G=38.43%
B=30.18%

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
Decimal1561911500.1800.210.25111.2224.2666.86
Hex9CBF9612015196f1843
Octal234277226220253115730103
Binary10011100101111111001011010010010101110011101111110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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