Shades of Sushi #83A23F
Tints of Sushi #83A23F
RGB
CMYK
RGB Variations
Color information
#83A23F (or 0x83A23F) is known color: Sushi. HEX triplet: 83, A2 and 3F. RGB value is (131,162,63). Sum of RGB (Red+Green+Blue) = 131+162+63=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 63 (25% from 255 or 17.70% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #83A23F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83A23F is #7C5DC0. Grayscale: #8D8D8D. Windows color (decimal): -8150465 or 4170371. OLE color: 4170371.
HSL color Cylindrical-coordinate representation of color #83A23F: hue angle of 78.79º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83A23F is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 162 | 63 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.36 |
| HSL | 78.79º | 0.44% | 0.44% | - |
| HSV(B) | 78.79º | 0.61% | 0.64% | - |
| XYZ | 23.18 | 31.02 | 9.47 | - |
| YUV | 141.45 | 83.73 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 162 | 63 | 0.19 | 0 | 0.61 | 0.36 | 78.79 | 0.44 | 0.44 |
| Hex | 83 | A2 | 3F | 13 | 0 | 3D | 24 | 4F | 2C | 2C |
| Octal | 203 | 242 | 77 | 23 | 0 | 75 | 44 | 117 | 54 | 54 |
| Binary | 10000011 | 10100010 | 111111 | 10011 | 0 | 111101 | 100100 | 1001111 | 101100 | 101100 |
Color Harmonies of #83A23F
Complementary color
Monochromatic Colors of #83A23F
Black with #83A23F
Text Example
Text Example
White with #83A23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A23F; }
p { color: rgb(131,162,63); }
H1.HeaderClassName
{
color: #83A23F;
}
.AnyTagClassName
{
color: #83A23F;
}
</style>
background-color css
<style>
a { background-color: #83A23F; }
a { background-color: rgb(131,162,63); }
div.DivClassName
{
background-color: #83A23F;
}
.BgClassName
{
background-color: #83A23F;
}
</style>
border-color css
<style>
span { border-color: #83A23F; }
span { border-color: rgb(131,162,63); }
td.TdClassName
{
border-color: #83A23F;
}
.TagClassName
{
border-color: #83A23F;
}
</style>