Shades of Sushi #84A12B
Tints of Sushi #84A12B
RGB
CMYK
RGB Variations
Color information
#84A12B (or 0x84A12B) is known color: Sushi. HEX triplet: 84, A1 and 2B. RGB value is (132,161,43). Sum of RGB (Red+Green+Blue) = 132+161+43=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #84A12B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A12B is #7B5ED4. Grayscale: #8B8B8B. Windows color (decimal): -8085205 or 2859396. OLE color: 2859396.
HSL color Cylindrical-coordinate representation of color #84A12B: hue angle of 74.75º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #84A12B is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 161 | 43 | - |
| CMYK | 0.18 | 0 | 0.73 | 0.37 |
| HSL | 74.75º | 0.58% | 0.4% | - |
| HSV(B) | 74.75º | 0.73% | 0.63% | - |
| XYZ | 22.7 | 30.57 | 6.99 | - |
| YUV | 138.88 | 73.89 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 161 | 43 | 0.18 | 0 | 0.73 | 0.37 | 74.75 | 0.58 | 0.4 |
| Hex | 84 | A1 | 2B | 12 | 0 | 49 | 25 | 4B | 3A | 28 |
| Octal | 204 | 241 | 53 | 22 | 0 | 111 | 45 | 113 | 72 | 50 |
| Binary | 10000100 | 10100001 | 101011 | 10010 | 0 | 1001001 | 100101 | 1001011 | 111010 | 101000 |
Color Harmonies of #84A12B
Complementary color
Monochromatic Colors of #84A12B
Black with #84A12B
Text Example
Text Example
White with #84A12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A12B; }
p { color: rgb(132,161,43); }
H1.HeaderClassName
{
color: #84A12B;
}
.AnyTagClassName
{
color: #84A12B;
}
</style>
background-color css
<style>
a { background-color: #84A12B; }
a { background-color: rgb(132,161,43); }
div.DivClassName
{
background-color: #84A12B;
}
.BgClassName
{
background-color: #84A12B;
}
</style>
border-color css
<style>
span { border-color: #84A12B; }
span { border-color: rgb(132,161,43); }
td.TdClassName
{
border-color: #84A12B;
}
.TagClassName
{
border-color: #84A12B;
}
</style>