Shades of Sushi #84A938
Tints of Sushi #84A938
RGB
CMYK
RGB Variations
Color information
#84A938 (or 0x84A938) is known color: Sushi. HEX triplet: 84, A9 and 38. RGB value is (132,169,56). Sum of RGB (Red+Green+Blue) = 132+169+56=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 169 (66.41% from 255 or 47.34% from 357); Blue value is 56 (22.27% from 255 or 15.69% from 357); Max value from RGB is 169 - color contains mainly: green. Hex color #84A938 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84A938 is #7B56C7. Grayscale: #919191. Windows color (decimal): -8083144 or 3713412. OLE color: 3713412.
HSL color Cylindrical-coordinate representation of color #84A938: hue angle of 79.65º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84A938 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 132 | 169 | 56 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.34 |
| HSL | 79.65º | 0.5% | 0.44% | - |
| HSV(B) | 79.65º | 0.67% | 0.66% | - |
| XYZ | 24.42 | 33.57 | 8.93 | - |
| YUV | 145.06 | 77.74 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 169 | 56 | 0.22 | 0 | 0.67 | 0.34 | 79.65 | 0.5 | 0.44 |
| Hex | 84 | A9 | 38 | 16 | 0 | 43 | 22 | 50 | 32 | 2C |
| Octal | 204 | 251 | 70 | 26 | 0 | 103 | 42 | 120 | 62 | 54 |
| Binary | 10000100 | 10101001 | 111000 | 10110 | 0 | 1000011 | 100010 | 1010000 | 110010 | 101100 |
Color Harmonies of #84A938
Complementary color
Monochromatic Colors of #84A938
Black with #84A938
Text Example
Text Example
White with #84A938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A938; }
p { color: rgb(132,169,56); }
H1.HeaderClassName
{
color: #84A938;
}
.AnyTagClassName
{
color: #84A938;
}
</style>
background-color css
<style>
a { background-color: #84A938; }
a { background-color: rgb(132,169,56); }
div.DivClassName
{
background-color: #84A938;
}
.BgClassName
{
background-color: #84A938;
}
</style>
border-color css
<style>
span { border-color: #84A938; }
span { border-color: rgb(132,169,56); }
td.TdClassName
{
border-color: #84A938;
}
.TagClassName
{
border-color: #84A938;
}
</style>