Shades of Sushi #83AA33
Tints of Sushi #83AA33
RGB
CMYK
RGB Variations
Color information
#83AA33 (or 0x83AA33) is known color: Sushi. HEX triplet: 83, AA and 33. RGB value is (131,170,51). Sum of RGB (Red+Green+Blue) = 131+170+51=352 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.22% from 352); Green value is 170 (66.80% from 255 or 48.30% from 352); Blue value is 51 (20.31% from 255 or 14.49% from 352); Max value from RGB is 170 - color contains mainly: green. Hex color #83AA33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AA33 is #7C55CC. Grayscale: #919191. Windows color (decimal): -8148429 or 3385987. OLE color: 3385987.
HSL color Cylindrical-coordinate representation of color #83AA33: hue angle of 79.66º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83AA33 is Cyan = 0.23, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 170 | 51 | - |
| CMYK | 0.23 | 0 | 0.7 | 0.33 |
| HSL | 79.66º | 0.54% | 0.43% | - |
| HSV(B) | 79.66º | 0.7% | 0.67% | - |
| XYZ | 24.33 | 33.81 | 8.38 | - |
| YUV | 144.77 | 75.08 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 170 | 51 | 0.23 | 0 | 0.7 | 0.33 | 79.66 | 0.54 | 0.43 |
| Hex | 83 | AA | 33 | 17 | 0 | 46 | 21 | 50 | 36 | 2B |
| Octal | 203 | 252 | 63 | 27 | 0 | 106 | 41 | 120 | 66 | 53 |
| Binary | 10000011 | 10101010 | 110011 | 10111 | 0 | 1000110 | 100001 | 1010000 | 110110 | 101011 |
Color Harmonies of #83AA33
Complementary color
Monochromatic Colors of #83AA33
Black with #83AA33
Text Example
Text Example
White with #83AA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AA33; }
p { color: rgb(131,170,51); }
H1.HeaderClassName
{
color: #83AA33;
}
.AnyTagClassName
{
color: #83AA33;
}
</style>
background-color css
<style>
a { background-color: #83AA33; }
a { background-color: rgb(131,170,51); }
div.DivClassName
{
background-color: #83AA33;
}
.BgClassName
{
background-color: #83AA33;
}
</style>
border-color css
<style>
span { border-color: #83AA33; }
span { border-color: rgb(131,170,51); }
td.TdClassName
{
border-color: #83AA33;
}
.TagClassName
{
border-color: #83AA33;
}
</style>