Shades of Sushi #82AB3A
Tints of Sushi #82AB3A
RGB
CMYK
RGB Variations
Color information
#82AB3A (or 0x82AB3A) is known color: Sushi. HEX triplet: 82, AB and 3A. RGB value is (130,171,58). Sum of RGB (Red+Green+Blue) = 130+171+58=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 58 (23.05% from 255 or 16.16% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AB3A is #7D54C5. Grayscale: #929292. Windows color (decimal): -8213702 or 3844994. OLE color: 3844994.
HSL color Cylindrical-coordinate representation of color #82AB3A: hue angle of 81.77º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #82AB3A is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 171 | 58 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.33 |
| HSL | 81.77º | 0.49% | 0.45% | - |
| HSV(B) | 81.77º | 0.66% | 0.67% | - |
| XYZ | 24.53 | 34.18 | 9.31 | - |
| YUV | 145.86 | 78.42 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 58 | 0.24 | 0 | 0.66 | 0.33 | 81.77 | 0.49 | 0.45 |
| Hex | 82 | AB | 3A | 18 | 0 | 42 | 21 | 52 | 31 | 2D |
| Octal | 202 | 253 | 72 | 30 | 0 | 102 | 41 | 122 | 61 | 55 |
| Binary | 10000010 | 10101011 | 111010 | 11000 | 0 | 1000010 | 100001 | 1010010 | 110001 | 101101 |
Color Harmonies of #82AB3A
Complementary color
Monochromatic Colors of #82AB3A
Black with #82AB3A
Text Example
Text Example
White with #82AB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AB3A; }
p { color: rgb(130,171,58); }
H1.HeaderClassName
{
color: #82AB3A;
}
.AnyTagClassName
{
color: #82AB3A;
}
</style>
background-color css
<style>
a { background-color: #82AB3A; }
a { background-color: rgb(130,171,58); }
div.DivClassName
{
background-color: #82AB3A;
}
.BgClassName
{
background-color: #82AB3A;
}
</style>
border-color css
<style>
span { border-color: #82AB3A; }
span { border-color: rgb(130,171,58); }
td.TdClassName
{
border-color: #82AB3A;
}
.TagClassName
{
border-color: #82AB3A;
}
</style>