Shades of Sushi #83A236
Tints of Sushi #83A236
RGB
CMYK
RGB Variations
Color information
#83A236 (or 0x83A236) is known color: Sushi. HEX triplet: 83, A2 and 36. RGB value is (131,162,54). Sum of RGB (Red+Green+Blue) = 131+162+54=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #83A236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A236 is #7C5DC9. Grayscale: #8C8C8C. Windows color (decimal): -8150474 or 3580547. OLE color: 3580547.
HSL color Cylindrical-coordinate representation of color #83A236: hue angle of 77.22º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #83A236 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 162 | 54 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.36 |
| HSL | 77.22º | 0.5% | 0.42% | - |
| HSV(B) | 77.22º | 0.67% | 0.64% | - |
| XYZ | 22.95 | 30.93 | 8.25 | - |
| YUV | 140.42 | 79.23 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 162 | 54 | 0.19 | 0 | 0.67 | 0.36 | 77.22 | 0.5 | 0.42 |
| Hex | 83 | A2 | 36 | 13 | 0 | 43 | 24 | 4D | 32 | 2A |
| Octal | 203 | 242 | 66 | 23 | 0 | 103 | 44 | 115 | 62 | 52 |
| Binary | 10000011 | 10100010 | 110110 | 10011 | 0 | 1000011 | 100100 | 1001101 | 110010 | 101010 |
Color Harmonies of #83A236
Complementary color
Monochromatic Colors of #83A236
Black with #83A236
Text Example
Text Example
White with #83A236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A236; }
p { color: rgb(131,162,54); }
H1.HeaderClassName
{
color: #83A236;
}
.AnyTagClassName
{
color: #83A236;
}
</style>
background-color css
<style>
a { background-color: #83A236; }
a { background-color: rgb(131,162,54); }
div.DivClassName
{
background-color: #83A236;
}
.BgClassName
{
background-color: #83A236;
}
</style>
border-color css
<style>
span { border-color: #83A236; }
span { border-color: rgb(131,162,54); }
td.TdClassName
{
border-color: #83A236;
}
.TagClassName
{
border-color: #83A236;
}
</style>