Shades of Granite Green #928266
Tints of Granite Green #928266
RGB
CMYK
RGB Variations
Color information
#928266 (or 0x928266) is known color: Granite Green. HEX triplet: 92, 82 and 66. RGB value is (146,130,102). Sum of RGB (Red+Green+Blue) = 146+130+102=378 (50% of max value = 765). Red value is 146 (57.42% from 255 or 38.62% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 146 - color contains mainly: red. Hex color #928266 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928266 is #6D7D99. Grayscale: #838383. Windows color (decimal): -7175578 or 6718098. OLE color: 6718098.
HSL color Cylindrical-coordinate representation of color #928266: hue angle of 38.18º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #928266 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 102 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.43 |
| HSL | 38.18º | 0.18% | 0.49% | - |
| HSV(B) | 38.18º | 0.3% | 0.57% | - |
| XYZ | 22.23 | 23.04 | 15.84 | - |
| YUV | 131.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 102 | 0 | 0.11 | 0.30 | 0.43 | 38.18 | 0.18 | 0.49 |
| Hex | 92 | 82 | 66 | 0 | B | 1E | 2B | 26 | 12 | 31 |
| Octal | 222 | 202 | 146 | 0 | 13 | 36 | 53 | 46 | 22 | 61 |
| Binary | 10010010 | 10000010 | 1100110 | 0 | 1011 | 11110 | 101011 | 100110 | 10010 | 110001 |
Color Harmonies of #928266
Complementary color
Monochromatic Colors of #928266
Black with #928266
Text Example
Text Example
White with #928266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928266; }
p { color: rgb(146,130,102); }
H1.HeaderClassName
{
color: #928266;
}
.AnyTagClassName
{
color: #928266;
}
</style>
background-color css
<style>
a { background-color: #928266; }
a { background-color: rgb(146,130,102); }
div.DivClassName
{
background-color: #928266;
}
.BgClassName
{
background-color: #928266;
}
</style>
border-color css
<style>
span { border-color: #928266; }
span { border-color: rgb(146,130,102); }
td.TdClassName
{
border-color: #928266;
}
.TagClassName
{
border-color: #928266;
}
</style>