Shades of Sushi #81A227
Tints of Sushi #81A227
RGB
CMYK
RGB Variations
Color information
#81A227 (or 0x81A227) is known color: Sushi. HEX triplet: 81, A2 and 27. RGB value is (129,162,39). Sum of RGB (Red+Green+Blue) = 129+162+39=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 162 (63.67% from 255 or 49.09% from 330); Blue value is 39 (15.62% from 255 or 11.82% from 330); Max value from RGB is 162 - color contains mainly: green. Hex color #81A227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A227 is #7E5DD8. Grayscale: #8A8A8A. Windows color (decimal): -8281561 or 2597505. OLE color: 2597505.
HSL color Cylindrical-coordinate representation of color #81A227: hue angle of 76.1º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81A227 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 162 | 39 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.36 |
| HSL | 76.1º | 0.61% | 0.39% | - |
| HSV(B) | 76.1º | 0.76% | 0.64% | - |
| XYZ | 22.34 | 30.65 | 6.66 | - |
| YUV | 138.11 | 72.07 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 162 | 39 | 0.20 | 0 | 0.76 | 0.36 | 76.1 | 0.61 | 0.39 |
| Hex | 81 | A2 | 27 | 14 | 0 | 4C | 24 | 4C | 3D | 27 |
| Octal | 201 | 242 | 47 | 24 | 0 | 114 | 44 | 114 | 75 | 47 |
| Binary | 10000001 | 10100010 | 100111 | 10100 | 0 | 1001100 | 100100 | 1001100 | 111101 | 100111 |
Color Harmonies of #81A227
Complementary color
Monochromatic Colors of #81A227
Black with #81A227
Text Example
Text Example
White with #81A227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A227; }
p { color: rgb(129,162,39); }
H1.HeaderClassName
{
color: #81A227;
}
.AnyTagClassName
{
color: #81A227;
}
</style>
background-color css
<style>
a { background-color: #81A227; }
a { background-color: rgb(129,162,39); }
div.DivClassName
{
background-color: #81A227;
}
.BgClassName
{
background-color: #81A227;
}
</style>
border-color css
<style>
span { border-color: #81A227; }
span { border-color: rgb(129,162,39); }
td.TdClassName
{
border-color: #81A227;
}
.TagClassName
{
border-color: #81A227;
}
</style>