Shades of Sushi #82AD36
Tints of Sushi #82AD36
RGB
CMYK
RGB Variations
Color information
#82AD36 (or 0x82AD36) is known color: Sushi. HEX triplet: 82, AD and 36. RGB value is (130,173,54). Sum of RGB (Red+Green+Blue) = 130+173+54=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 173 (67.97% from 255 or 48.46% from 357); Blue value is 54 (21.48% from 255 or 15.13% from 357); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AD36 is #7D52C9. Grayscale: #939393. Windows color (decimal): -8213194 or 3583362. OLE color: 3583362.
HSL color Cylindrical-coordinate representation of color #82AD36: hue angle of 81.68º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #82AD36 is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 173 | 54 | - |
| CMYK | 0.25 | 0 | 0.69 | 0.32 |
| HSL | 81.68º | 0.52% | 0.45% | - |
| HSV(B) | 81.68º | 0.69% | 0.68% | - |
| XYZ | 24.82 | 34.9 | 8.92 | - |
| YUV | 146.58 | 75.75 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 54 | 0.25 | 0 | 0.69 | 0.32 | 81.68 | 0.52 | 0.45 |
| Hex | 82 | AD | 36 | 19 | 0 | 45 | 20 | 52 | 34 | 2D |
| Octal | 202 | 255 | 66 | 31 | 0 | 105 | 40 | 122 | 64 | 55 |
| Binary | 10000010 | 10101101 | 110110 | 11001 | 0 | 1000101 | 100000 | 1010010 | 110100 | 101101 |
Color Harmonies of #82AD36
Complementary color
Monochromatic Colors of #82AD36
Black with #82AD36
Text Example
Text Example
White with #82AD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AD36; }
p { color: rgb(130,173,54); }
H1.HeaderClassName
{
color: #82AD36;
}
.AnyTagClassName
{
color: #82AD36;
}
</style>
background-color css
<style>
a { background-color: #82AD36; }
a { background-color: rgb(130,173,54); }
div.DivClassName
{
background-color: #82AD36;
}
.BgClassName
{
background-color: #82AD36;
}
</style>
border-color css
<style>
span { border-color: #82AD36; }
span { border-color: rgb(130,173,54); }
td.TdClassName
{
border-color: #82AD36;
}
.TagClassName
{
border-color: #82AD36;
}
</style>