Shades of Sushi #82A22A
Tints of Sushi #82A22A
RGB
CMYK
RGB Variations
Color information
#82A22A (or 0x82A22A) is known color: Sushi. HEX triplet: 82, A2 and 2A. RGB value is (130,162,42). Sum of RGB (Red+Green+Blue) = 130+162+42=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 162 (63.67% from 255 or 48.50% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 162 - color contains mainly: green. Hex color #82A22A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A22A is #7D5DD5. Grayscale: #8B8B8B. Windows color (decimal): -8216022 or 2794114. OLE color: 2794114.
HSL color Cylindrical-coordinate representation of color #82A22A: hue angle of 76º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #82A22A is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 130 | 162 | 42 | - |
| CMYK | 0.20 | 0 | 0.74 | 0.36 |
| HSL | 76º | 0.59% | 0.4% | - |
| HSV(B) | 76º | 0.74% | 0.64% | - |
| XYZ | 22.54 | 30.75 | 6.94 | - |
| YUV | 138.75 | 73.4 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 162 | 42 | 0.20 | 0 | 0.74 | 0.36 | 76 | 0.59 | 0.4 |
| Hex | 82 | A2 | 2A | 14 | 0 | 4A | 24 | 4C | 3B | 28 |
| Octal | 202 | 242 | 52 | 24 | 0 | 112 | 44 | 114 | 73 | 50 |
| Binary | 10000010 | 10100010 | 101010 | 10100 | 0 | 1001010 | 100100 | 1001100 | 111011 | 101000 |
Color Harmonies of #82A22A
Complementary color
Monochromatic Colors of #82A22A
Black with #82A22A
Text Example
Text Example
White with #82A22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A22A; }
p { color: rgb(130,162,42); }
H1.HeaderClassName
{
color: #82A22A;
}
.AnyTagClassName
{
color: #82A22A;
}
</style>
background-color css
<style>
a { background-color: #82A22A; }
a { background-color: rgb(130,162,42); }
div.DivClassName
{
background-color: #82A22A;
}
.BgClassName
{
background-color: #82A22A;
}
</style>
border-color css
<style>
span { border-color: #82A22A; }
span { border-color: rgb(130,162,42); }
td.TdClassName
{
border-color: #82A22A;
}
.TagClassName
{
border-color: #82A22A;
}
</style>