#9E929B

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

Shades of Bouquet #9E929B

Tints of Bouquet #9E929B

Color information

#9E929B (or 0x9E929B) is unknown color: approx Bouquet. HEX triplet: 9E, 92 and 9B. RGB value is (158,146,155). Sum of RGB (Red+Green+Blue) = 158+146+155=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 158 - color contains mainly: red. Hex color #9E929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E929B is #616D64. Grayscale: #969696. Windows color (decimal): -6384997 or 10195614. OLE color: 10195614.

HSL color Cylindrical-coordinate representation of color #9E929B: hue angle of 315º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9E929B is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.38.

Color convert

RGB158146155-
CMYK00.080.020.38
HSL315º5.83%59.61%-
HSV(B)315º7.59%61.96%-
XYZ30.330.1935.24-
YUV150.61130.48133.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.42%
GREEN value IS 146 (57.42% from 255) = 31.81%
BLUE value IS 155 (60.94% from 255) = 33.77%
R=34.42%
G=31.81%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15814615500.080.020.383155.8359.61
Hex9E929B0822613b63c
Octal236222233010246473674
Binary1001111010010010100110110100010100110100111011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,146,155); }

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

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

 a { background-color: rgb(158,146,155); }

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

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

 span { border-color: rgb(158,146,155); }

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