Shades of Granite Green #928262
Tints of Granite Green #928262
RGB
CMYK
RGB Variations
Color information
#928262 (or 0x928262) is known color: Granite Green. HEX triplet: 92, 82 and 62. RGB value is (146,130,98). Sum of RGB (Red+Green+Blue) = 146+130+98=374 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.04% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 98 (38.67% from 255 or 26.20% from 374); Max value from RGB is 146 - color contains mainly: red. Hex color #928262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928262 is #6D7D9D. Grayscale: #838383. Windows color (decimal): -7175582 or 6455954. OLE color: 6455954.
HSL color Cylindrical-coordinate representation of color #928262: hue angle of 40º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #928262 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 130 | 98 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.43 |
| HSL | 40º | 0.2% | 0.48% | - |
| HSV(B) | 40º | 0.33% | 0.57% | - |
| XYZ | 22.04 | 22.96 | 14.82 | - |
| YUV | 131.14 | 109.3 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 130 | 98 | 0 | 0.11 | 0.33 | 0.43 | 40 | 0.2 | 0.48 |
| Hex | 92 | 82 | 62 | 0 | B | 21 | 2B | 28 | 14 | 30 |
| Octal | 222 | 202 | 142 | 0 | 13 | 41 | 53 | 50 | 24 | 60 |
| Binary | 10010010 | 10000010 | 1100010 | 0 | 1011 | 100001 | 101011 | 101000 | 10100 | 110000 |
Color Harmonies of #928262
Complementary color
Monochromatic Colors of #928262
Black with #928262
Text Example
Text Example
White with #928262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928262; }
p { color: rgb(146,130,98); }
H1.HeaderClassName
{
color: #928262;
}
.AnyTagClassName
{
color: #928262;
}
</style>
background-color css
<style>
a { background-color: #928262; }
a { background-color: rgb(146,130,98); }
div.DivClassName
{
background-color: #928262;
}
.BgClassName
{
background-color: #928262;
}
</style>
border-color css
<style>
span { border-color: #928262; }
span { border-color: rgb(146,130,98); }
td.TdClassName
{
border-color: #928262;
}
.TagClassName
{
border-color: #928262;
}
</style>