Shades of Sushi #83AB3E
Tints of Sushi #83AB3E
RGB
CMYK
RGB Variations
Color information
#83AB3E (or 0x83AB3E) is known color: Sushi. HEX triplet: 83, AB and 3E. RGB value is (131,171,62). Sum of RGB (Red+Green+Blue) = 131+171+62=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AB3E is #7C54C1. Grayscale: #939393. Windows color (decimal): -8148162 or 4107139. OLE color: 4107139.
HSL color Cylindrical-coordinate representation of color #83AB3E: hue angle of 82.02º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #83AB3E is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 171 | 62 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.33 |
| HSL | 82.02º | 0.47% | 0.46% | - |
| HSV(B) | 82.02º | 0.64% | 0.67% | - |
| XYZ | 24.79 | 34.3 | 9.87 | - |
| YUV | 146.61 | 80.25 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 62 | 0.23 | 0 | 0.64 | 0.33 | 82.02 | 0.47 | 0.46 |
| Hex | 83 | AB | 3E | 17 | 0 | 40 | 21 | 52 | 2F | 2E |
| Octal | 203 | 253 | 76 | 27 | 0 | 100 | 41 | 122 | 57 | 56 |
| Binary | 10000011 | 10101011 | 111110 | 10111 | 0 | 1000000 | 100001 | 1010010 | 101111 | 101110 |
Color Harmonies of #83AB3E
Complementary color
Monochromatic Colors of #83AB3E
Black with #83AB3E
Text Example
Text Example
White with #83AB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AB3E; }
p { color: rgb(131,171,62); }
H1.HeaderClassName
{
color: #83AB3E;
}
.AnyTagClassName
{
color: #83AB3E;
}
</style>
background-color css
<style>
a { background-color: #83AB3E; }
a { background-color: rgb(131,171,62); }
div.DivClassName
{
background-color: #83AB3E;
}
.BgClassName
{
background-color: #83AB3E;
}
</style>
border-color css
<style>
span { border-color: #83AB3E; }
span { border-color: rgb(131,171,62); }
td.TdClassName
{
border-color: #83AB3E;
}
.TagClassName
{
border-color: #83AB3E;
}
</style>