Shades of Sushi #83AC34
Tints of Sushi #83AC34
RGB
CMYK
RGB Variations
Color information
#83AC34 (or 0x83AC34) is known color: Sushi. HEX triplet: 83, AC and 34. RGB value is (131,172,52). Sum of RGB (Red+Green+Blue) = 131+172+52=355 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.90% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AC34 is #7C53CB. Grayscale: #929292. Windows color (decimal): -8147916 or 3452035. OLE color: 3452035.
HSL color Cylindrical-coordinate representation of color #83AC34: hue angle of 80.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #83AC34 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 172 | 52 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.33 |
| HSL | 80.5º | 0.54% | 0.44% | - |
| HSV(B) | 80.5º | 0.7% | 0.67% | - |
| XYZ | 24.73 | 34.58 | 8.62 | - |
| YUV | 146.06 | 74.92 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 172 | 52 | 0.24 | 0 | 0.70 | 0.33 | 80.5 | 0.54 | 0.44 |
| Hex | 83 | AC | 34 | 18 | 0 | 46 | 21 | 50 | 36 | 2C |
| Octal | 203 | 254 | 64 | 30 | 0 | 106 | 41 | 120 | 66 | 54 |
| Binary | 10000011 | 10101100 | 110100 | 11000 | 0 | 1000110 | 100001 | 1010000 | 110110 | 101100 |
Color Harmonies of #83AC34
Complementary color
Monochromatic Colors of #83AC34
Black with #83AC34
Text Example
Text Example
White with #83AC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AC34; }
p { color: rgb(131,172,52); }
H1.HeaderClassName
{
color: #83AC34;
}
.AnyTagClassName
{
color: #83AC34;
}
</style>
background-color css
<style>
a { background-color: #83AC34; }
a { background-color: rgb(131,172,52); }
div.DivClassName
{
background-color: #83AC34;
}
.BgClassName
{
background-color: #83AC34;
}
</style>
border-color css
<style>
span { border-color: #83AC34; }
span { border-color: rgb(131,172,52); }
td.TdClassName
{
border-color: #83AC34;
}
.TagClassName
{
border-color: #83AC34;
}
</style>