Shades of Sushi #80A32C
Tints of Sushi #80A32C
RGB
CMYK
RGB Variations
Color information
#80A32C (or 0x80A32C) is known color: Sushi. HEX triplet: 80, A3 and 2C. RGB value is (128,163,44). Sum of RGB (Red+Green+Blue) = 128+163+44=335 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.21% from 335); Green value is 163 (64.06% from 255 or 48.66% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 163 - color contains mainly: green. Hex color #80A32C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80A32C is #7F5CD3. Grayscale: #8B8B8B. Windows color (decimal): -8346836 or 2925440. OLE color: 2925440.
HSL color Cylindrical-coordinate representation of color #80A32C: hue angle of 77.65º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80A32C is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 163 | 44 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.36 |
| HSL | 77.65º | 0.57% | 0.41% | - |
| HSV(B) | 77.65º | 0.73% | 0.64% | - |
| XYZ | 22.45 | 30.97 | 7.18 | - |
| YUV | 138.97 | 74.4 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 163 | 44 | 0.21 | 0 | 0.73 | 0.36 | 77.65 | 0.57 | 0.41 |
| Hex | 80 | A3 | 2C | 15 | 0 | 49 | 24 | 4E | 39 | 29 |
| Octal | 200 | 243 | 54 | 25 | 0 | 111 | 44 | 116 | 71 | 51 |
| Binary | 10000000 | 10100011 | 101100 | 10101 | 0 | 1001001 | 100100 | 1001110 | 111001 | 101001 |
Color Harmonies of #80A32C
Complementary color
Monochromatic Colors of #80A32C
Black with #80A32C
Text Example
Text Example
White with #80A32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A32C; }
p { color: rgb(128,163,44); }
H1.HeaderClassName
{
color: #80A32C;
}
.AnyTagClassName
{
color: #80A32C;
}
</style>
background-color css
<style>
a { background-color: #80A32C; }
a { background-color: rgb(128,163,44); }
div.DivClassName
{
background-color: #80A32C;
}
.BgClassName
{
background-color: #80A32C;
}
</style>
border-color css
<style>
span { border-color: #80A32C; }
span { border-color: rgb(128,163,44); }
td.TdClassName
{
border-color: #80A32C;
}
.TagClassName
{
border-color: #80A32C;
}
</style>