Shades of Sushi #82AB3C
Tints of Sushi #82AB3C
RGB
CMYK
RGB Variations
Color information
#82AB3C (or 0x82AB3C) is known color: Sushi. HEX triplet: 82, AB and 3C. RGB value is (130,171,60). Sum of RGB (Red+Green+Blue) = 130+171+60=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 171 (67.19% from 255 or 47.37% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AB3C is #7D54C3. Grayscale: #929292. Windows color (decimal): -8213700 or 3976066. OLE color: 3976066.
HSL color Cylindrical-coordinate representation of color #82AB3C: hue angle of 82.16º 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 #82AB3C is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 171 | 60 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.33 |
| HSL | 82.16º | 0.48% | 0.45% | - |
| HSV(B) | 82.16º | 0.65% | 0.67% | - |
| XYZ | 24.58 | 34.2 | 9.58 | - |
| YUV | 146.09 | 79.42 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 60 | 0.24 | 0 | 0.65 | 0.33 | 82.16 | 0.48 | 0.45 |
| Hex | 82 | AB | 3C | 18 | 0 | 41 | 21 | 52 | 30 | 2D |
| Octal | 202 | 253 | 74 | 30 | 0 | 101 | 41 | 122 | 60 | 55 |
| Binary | 10000010 | 10101011 | 111100 | 11000 | 0 | 1000001 | 100001 | 1010010 | 110000 | 101101 |
Color Harmonies of #82AB3C
Complementary color
Monochromatic Colors of #82AB3C
Black with #82AB3C
Text Example
Text Example
White with #82AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AB3C; }
p { color: rgb(130,171,60); }
H1.HeaderClassName
{
color: #82AB3C;
}
.AnyTagClassName
{
color: #82AB3C;
}
</style>
background-color css
<style>
a { background-color: #82AB3C; }
a { background-color: rgb(130,171,60); }
div.DivClassName
{
background-color: #82AB3C;
}
.BgClassName
{
background-color: #82AB3C;
}
</style>
border-color css
<style>
span { border-color: #82AB3C; }
span { border-color: rgb(130,171,60); }
td.TdClassName
{
border-color: #82AB3C;
}
.TagClassName
{
border-color: #82AB3C;
}
</style>