Shades of Bouquet #9D929A
Tints of Bouquet #9D929A
RGB
CMYK
RGB Variations
Color information
#9D929A (or 0x9D929A) is known color: Bouquet. HEX triplet: 9D, 92 and 9A. RGB value is (157,146,154). Sum of RGB (Red+Green+Blue) = 157+146+154=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 157 - color contains mainly: red. Hex color #9D929A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D929A is #626D65. Grayscale: #969696. Windows color (decimal): -6450534 or 10130077. OLE color: 10130077.
HSL color Cylindrical-coordinate representation of color #9D929A: hue angle of 316.36º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9D929A is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 146 | 154 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.38 |
| HSL | 316.36º | 0.05% | 0.59% | - |
| HSV(B) | 316.36º | 0.07% | 0.62% | - |
| XYZ | 30.02 | 30.06 | 34.79 | - |
| YUV | 150.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 154 | 0 | 0.07 | 0.02 | 0.38 | 316.36 | 0.05 | 0.59 |
| Hex | 9D | 92 | 9A | 0 | 7 | 2 | 26 | 13C | 5 | 3B |
| Octal | 235 | 222 | 232 | 0 | 7 | 2 | 46 | 474 | 5 | 73 |
| Binary | 10011101 | 10010010 | 10011010 | 0 | 111 | 10 | 100110 | 100111100 | 101 | 111011 |
Color Harmonies of #9D929A
Complementary color
Monochromatic Colors of #9D929A
Black with #9D929A
Text Example
Text Example
White with #9D929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D929A; }
p { color: rgb(157,146,154); }
H1.HeaderClassName
{
color: #9D929A;
}
.AnyTagClassName
{
color: #9D929A;
}
</style>
background-color css
<style>
a { background-color: #9D929A; }
a { background-color: rgb(157,146,154); }
div.DivClassName
{
background-color: #9D929A;
}
.BgClassName
{
background-color: #9D929A;
}
</style>
border-color css
<style>
span { border-color: #9D929A; }
span { border-color: rgb(157,146,154); }
td.TdClassName
{
border-color: #9D929A;
}
.TagClassName
{
border-color: #9D929A;
}
</style>