Shades of Sushi #82AB40
Tints of Sushi #82AB40
RGB
CMYK
RGB Variations
Color information
#82AB40 (or 0x82AB40) is known color: Sushi. HEX triplet: 82, AB and 40. RGB value is (130,171,64). Sum of RGB (Red+Green+Blue) = 130+171+64=365 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.62% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AB40 is #7D54BF. Grayscale: #929292. Windows color (decimal): -8213696 or 4238210. OLE color: 4238210.
HSL color Cylindrical-coordinate representation of color #82AB40: hue angle of 82.99º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #82AB40 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 171 | 64 | - |
| CMYK | 0.24 | 0 | 0.63 | 0.33 |
| HSL | 82.99º | 0.46% | 0.46% | - |
| HSV(B) | 82.99º | 0.63% | 0.67% | - |
| XYZ | 24.69 | 34.24 | 10.16 | - |
| YUV | 146.54 | 81.42 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 64 | 0.24 | 0 | 0.63 | 0.33 | 82.99 | 0.46 | 0.46 |
| Hex | 82 | AB | 40 | 18 | 0 | 3F | 21 | 53 | 2E | 2E |
| Octal | 202 | 253 | 100 | 30 | 0 | 77 | 41 | 123 | 56 | 56 |
| Binary | 10000010 | 10101011 | 1000000 | 11000 | 0 | 111111 | 100001 | 1010011 | 101110 | 101110 |
Color Harmonies of #82AB40
Complementary color
Monochromatic Colors of #82AB40
Black with #82AB40
Text Example
Text Example
White with #82AB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AB40; }
p { color: rgb(130,171,64); }
H1.HeaderClassName
{
color: #82AB40;
}
.AnyTagClassName
{
color: #82AB40;
}
</style>
background-color css
<style>
a { background-color: #82AB40; }
a { background-color: rgb(130,171,64); }
div.DivClassName
{
background-color: #82AB40;
}
.BgClassName
{
background-color: #82AB40;
}
</style>
border-color css
<style>
span { border-color: #82AB40; }
span { border-color: rgb(130,171,64); }
td.TdClassName
{
border-color: #82AB40;
}
.TagClassName
{
border-color: #82AB40;
}
</style>