Shades of Sushi #84992B
Tints of Sushi #84992B
RGB
CMYK
RGB Variations
Color information
#84992B (or 0x84992B) is known color: Sushi. HEX triplet: 84, 99 and 2B. RGB value is (132,153,43). Sum of RGB (Red+Green+Blue) = 132+153+43=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 43 (17.19% from 255 or 13.11% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #84992B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84992B is #7B66D4. Grayscale: #868686. Windows color (decimal): -8087253 or 2857348. OLE color: 2857348.
HSL color Cylindrical-coordinate representation of color #84992B: hue angle of 71.45º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #84992B is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 153 | 43 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.4 |
| HSL | 71.45º | 0.56% | 0.38% | - |
| HSV(B) | 71.45º | 0.72% | 0.6% | - |
| XYZ | 21.34 | 27.86 | 6.54 | - |
| YUV | 134.18 | 76.54 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 153 | 43 | 0.14 | 0 | 0.72 | 0.4 | 71.45 | 0.56 | 0.38 |
| Hex | 84 | 99 | 2B | E | 0 | 48 | 28 | 47 | 38 | 26 |
| Octal | 204 | 231 | 53 | 16 | 0 | 110 | 50 | 107 | 70 | 46 |
| Binary | 10000100 | 10011001 | 101011 | 1110 | 0 | 1001000 | 101000 | 1000111 | 111000 | 100110 |
Color Harmonies of #84992B
Complementary color
Monochromatic Colors of #84992B
Black with #84992B
Text Example
Text Example
White with #84992B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84992B; }
p { color: rgb(132,153,43); }
H1.HeaderClassName
{
color: #84992B;
}
.AnyTagClassName
{
color: #84992B;
}
</style>
background-color css
<style>
a { background-color: #84992B; }
a { background-color: rgb(132,153,43); }
div.DivClassName
{
background-color: #84992B;
}
.BgClassName
{
background-color: #84992B;
}
</style>
border-color css
<style>
span { border-color: #84992B; }
span { border-color: rgb(132,153,43); }
td.TdClassName
{
border-color: #84992B;
}
.TagClassName
{
border-color: #84992B;
}
</style>