Shades of Sushi #82AB37
Tints of Sushi #82AB37
RGB
CMYK
RGB Variations
Color information
#82AB37 (or 0x82AB37) is known color: Sushi. HEX triplet: 82, AB and 37. RGB value is (130,171,55). Sum of RGB (Red+Green+Blue) = 130+171+55=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 171 (67.19% from 255 or 48.03% from 356); Blue value is 55 (21.88% from 255 or 15.45% from 356); Max value from RGB is 171 - color contains mainly: green. Hex color #82AB37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AB37 is #7D54C8. Grayscale: #919191. Windows color (decimal): -8213705 or 3648386. OLE color: 3648386.
HSL color Cylindrical-coordinate representation of color #82AB37: hue angle of 81.21º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82AB37 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 171 | 55 | - |
| CMYK | 0.24 | 0 | 0.68 | 0.33 |
| HSL | 81.21º | 0.51% | 0.44% | - |
| HSV(B) | 81.21º | 0.68% | 0.67% | - |
| XYZ | 24.46 | 34.15 | 8.92 | - |
| YUV | 145.52 | 76.92 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 55 | 0.24 | 0 | 0.68 | 0.33 | 81.21 | 0.51 | 0.44 |
| Hex | 82 | AB | 37 | 18 | 0 | 44 | 21 | 51 | 33 | 2C |
| Octal | 202 | 253 | 67 | 30 | 0 | 104 | 41 | 121 | 63 | 54 |
| Binary | 10000010 | 10101011 | 110111 | 11000 | 0 | 1000100 | 100001 | 1010001 | 110011 | 101100 |
Color Harmonies of #82AB37
Complementary color
Monochromatic Colors of #82AB37
Black with #82AB37
Text Example
Text Example
White with #82AB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AB37; }
p { color: rgb(130,171,55); }
H1.HeaderClassName
{
color: #82AB37;
}
.AnyTagClassName
{
color: #82AB37;
}
</style>
background-color css
<style>
a { background-color: #82AB37; }
a { background-color: rgb(130,171,55); }
div.DivClassName
{
background-color: #82AB37;
}
.BgClassName
{
background-color: #82AB37;
}
</style>
border-color css
<style>
span { border-color: #82AB37; }
span { border-color: rgb(130,171,55); }
td.TdClassName
{
border-color: #82AB37;
}
.TagClassName
{
border-color: #82AB37;
}
</style>