Shades of Sushi #83AA42
Tints of Sushi #83AA42
RGB
CMYK
RGB Variations
Color information
#83AA42 (or 0x83AA42) is known color: Sushi. HEX triplet: 83, AA and 42. RGB value is (131,170,66). Sum of RGB (Red+Green+Blue) = 131+170+66=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AA42 is #7C55BD. Grayscale: #929292. Windows color (decimal): -8148414 or 4369027. OLE color: 4369027.
HSL color Cylindrical-coordinate representation of color #83AA42: hue angle of 82.5º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83AA42 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 170 | 66 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.33 |
| HSL | 82.5º | 0.44% | 0.46% | - |
| HSV(B) | 82.5º | 0.61% | 0.67% | - |
| XYZ | 24.72 | 33.97 | 10.41 | - |
| YUV | 146.48 | 82.58 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 170 | 66 | 0.23 | 0 | 0.61 | 0.33 | 82.5 | 0.44 | 0.46 |
| Hex | 83 | AA | 42 | 17 | 0 | 3D | 21 | 52 | 2C | 2E |
| Octal | 203 | 252 | 102 | 27 | 0 | 75 | 41 | 122 | 54 | 56 |
| Binary | 10000011 | 10101010 | 1000010 | 10111 | 0 | 111101 | 100001 | 1010010 | 101100 | 101110 |
Color Harmonies of #83AA42
Complementary color
Monochromatic Colors of #83AA42
Black with #83AA42
Text Example
Text Example
White with #83AA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AA42; }
p { color: rgb(131,170,66); }
H1.HeaderClassName
{
color: #83AA42;
}
.AnyTagClassName
{
color: #83AA42;
}
</style>
background-color css
<style>
a { background-color: #83AA42; }
a { background-color: rgb(131,170,66); }
div.DivClassName
{
background-color: #83AA42;
}
.BgClassName
{
background-color: #83AA42;
}
</style>
border-color css
<style>
span { border-color: #83AA42; }
span { border-color: rgb(131,170,66); }
td.TdClassName
{
border-color: #83AA42;
}
.TagClassName
{
border-color: #83AA42;
}
</style>