#9C8D96

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

Shades of Bouquet #9C8D96

Tints of Bouquet #9C8D96

Color information

#9C8D96 (or 0x9C8D96) is unknown color: approx Bouquet. HEX triplet: 9C, 8D and 96. RGB value is (156,141,150). Sum of RGB (Red+Green+Blue) = 156+141+150=447 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.90% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8D96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8D96 is #637269. Grayscale: #929292. Windows color (decimal): -6517354 or 9866652. OLE color: 9866652.

HSL color Cylindrical-coordinate representation of color #9C8D96: hue angle of 324º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9C8D96 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB156141150-
CMYK00.100.040.39
HSL324º7.04%58.24%-
HSV(B)324º9.62%61.18%-
XYZ28.7428.3232.81-
YUV146.51129.97134.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.90%
GREEN value IS 141 (55.47% from 255) = 31.54%
BLUE value IS 150 (58.98% from 255) = 33.56%
R=34.90%
G=31.54%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15614115000.100.040.393247.0458.24
Hex9C8D960A42714473a
Octal234215226012447504772
Binary10011100100011011001011001010100100111101000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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