Shades of Sushi #82AA3C
Tints of Sushi #82AA3C
RGB
CMYK
RGB Variations
Color information
#82AA3C (or 0x82AA3C) is known color: Sushi. HEX triplet: 82, AA and 3C. RGB value is (130,170,60). Sum of RGB (Red+Green+Blue) = 130+170+60=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AA3C is #7D55C3. Grayscale: #919191. Windows color (decimal): -8213956 or 3975810. OLE color: 3975810.
HSL color Cylindrical-coordinate representation of color #82AA3C: hue angle of 81.82º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #82AA3C is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 170 | 60 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.33 |
| HSL | 81.82º | 0.48% | 0.45% | - |
| HSV(B) | 81.82º | 0.65% | 0.67% | - |
| XYZ | 24.4 | 33.82 | 9.52 | - |
| YUV | 145.5 | 79.75 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 60 | 0.24 | 0 | 0.65 | 0.33 | 81.82 | 0.48 | 0.45 |
| Hex | 82 | AA | 3C | 18 | 0 | 41 | 21 | 52 | 30 | 2D |
| Octal | 202 | 252 | 74 | 30 | 0 | 101 | 41 | 122 | 60 | 55 |
| Binary | 10000010 | 10101010 | 111100 | 11000 | 0 | 1000001 | 100001 | 1010010 | 110000 | 101101 |
Color Harmonies of #82AA3C
Complementary color
Monochromatic Colors of #82AA3C
Black with #82AA3C
Text Example
Text Example
White with #82AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AA3C; }
p { color: rgb(130,170,60); }
H1.HeaderClassName
{
color: #82AA3C;
}
.AnyTagClassName
{
color: #82AA3C;
}
</style>
background-color css
<style>
a { background-color: #82AA3C; }
a { background-color: rgb(130,170,60); }
div.DivClassName
{
background-color: #82AA3C;
}
.BgClassName
{
background-color: #82AA3C;
}
</style>
border-color css
<style>
span { border-color: #82AA3C; }
span { border-color: rgb(130,170,60); }
td.TdClassName
{
border-color: #82AA3C;
}
.TagClassName
{
border-color: #82AA3C;
}
</style>