Shades of Sushi #849F28
Tints of Sushi #849F28
RGB
CMYK
RGB Variations
Color information
#849F28 (or 0x849F28) is known color: Sushi. HEX triplet: 84, 9F and 28. RGB value is (132,159,40). Sum of RGB (Red+Green+Blue) = 132+159+40=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #849F28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #849F28 is #7B60D7. Grayscale: #898989. Windows color (decimal): -8085720 or 2662276. OLE color: 2662276.
HSL color Cylindrical-coordinate representation of color #849F28: hue angle of 73.61º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #849F28 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 159 | 40 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.38 |
| HSL | 73.61º | 0.6% | 0.39% | - |
| HSV(B) | 73.61º | 0.75% | 0.62% | - |
| XYZ | 22.3 | 29.86 | 6.59 | - |
| YUV | 137.36 | 73.05 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 40 | 0.17 | 0 | 0.75 | 0.38 | 73.61 | 0.6 | 0.39 |
| Hex | 84 | 9F | 28 | 11 | 0 | 4B | 26 | 4A | 3C | 27 |
| Octal | 204 | 237 | 50 | 21 | 0 | 113 | 46 | 112 | 74 | 47 |
| Binary | 10000100 | 10011111 | 101000 | 10001 | 0 | 1001011 | 100110 | 1001010 | 111100 | 100111 |
Color Harmonies of #849F28
Complementary color
Monochromatic Colors of #849F28
Black with #849F28
Text Example
Text Example
White with #849F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849F28; }
p { color: rgb(132,159,40); }
H1.HeaderClassName
{
color: #849F28;
}
.AnyTagClassName
{
color: #849F28;
}
</style>
background-color css
<style>
a { background-color: #849F28; }
a { background-color: rgb(132,159,40); }
div.DivClassName
{
background-color: #849F28;
}
.BgClassName
{
background-color: #849F28;
}
</style>
border-color css
<style>
span { border-color: #849F28; }
span { border-color: rgb(132,159,40); }
td.TdClassName
{
border-color: #849F28;
}
.TagClassName
{
border-color: #849F28;
}
</style>