Shades of Sushi #83AA39
Tints of Sushi #83AA39
RGB
CMYK
RGB Variations
Color information
#83AA39 (or 0x83AA39) is known color: Sushi. HEX triplet: 83, AA and 39. RGB value is (131,170,57). Sum of RGB (Red+Green+Blue) = 131+170+57=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 170 (66.80% from 255 or 47.49% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AA39 is #7C55C6. Grayscale: #919191. Windows color (decimal): -8148423 or 3779203. OLE color: 3779203.
HSL color Cylindrical-coordinate representation of color #83AA39: hue angle of 80.71º degrees, saturation: 0.5, 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 #83AA39 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 170 | 57 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.33 |
| HSL | 80.71º | 0.5% | 0.45% | - |
| HSV(B) | 80.71º | 0.66% | 0.67% | - |
| XYZ | 24.47 | 33.87 | 9.12 | - |
| YUV | 145.46 | 78.08 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 170 | 57 | 0.23 | 0 | 0.66 | 0.33 | 80.71 | 0.5 | 0.45 |
| Hex | 83 | AA | 39 | 17 | 0 | 42 | 21 | 51 | 32 | 2D |
| Octal | 203 | 252 | 71 | 27 | 0 | 102 | 41 | 121 | 62 | 55 |
| Binary | 10000011 | 10101010 | 111001 | 10111 | 0 | 1000010 | 100001 | 1010001 | 110010 | 101101 |
Color Harmonies of #83AA39
Complementary color
Monochromatic Colors of #83AA39
Black with #83AA39
Text Example
Text Example
White with #83AA39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AA39; }
p { color: rgb(131,170,57); }
H1.HeaderClassName
{
color: #83AA39;
}
.AnyTagClassName
{
color: #83AA39;
}
</style>
background-color css
<style>
a { background-color: #83AA39; }
a { background-color: rgb(131,170,57); }
div.DivClassName
{
background-color: #83AA39;
}
.BgClassName
{
background-color: #83AA39;
}
</style>
border-color css
<style>
span { border-color: #83AA39; }
span { border-color: rgb(131,170,57); }
td.TdClassName
{
border-color: #83AA39;
}
.TagClassName
{
border-color: #83AA39;
}
</style>