Shades of Sushi #81A53B
Tints of Sushi #81A53B
RGB
CMYK
RGB Variations
Color information
#81A53B (or 0x81A53B) is known color: Sushi. HEX triplet: 81, A5 and 3B. RGB value is (129,165,59). Sum of RGB (Red+Green+Blue) = 129+165+59=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 165 (64.84% from 255 or 46.74% from 353); Blue value is 59 (23.44% from 255 or 16.71% from 353); Max value from RGB is 165 - color contains mainly: green. Hex color #81A53B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A53B is #7E5AC4. Grayscale: #8E8E8E. Windows color (decimal): -8280773 or 3908993. OLE color: 3908993.
HSL color Cylindrical-coordinate representation of color #81A53B: hue angle of 80.38º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81A53B is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 165 | 59 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.35 |
| HSL | 80.38º | 0.47% | 0.44% | - |
| HSV(B) | 80.38º | 0.64% | 0.65% | - |
| XYZ | 23.3 | 31.89 | 9.07 | - |
| YUV | 142.15 | 81.07 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 165 | 59 | 0.22 | 0 | 0.64 | 0.35 | 80.38 | 0.47 | 0.44 |
| Hex | 81 | A5 | 3B | 16 | 0 | 40 | 23 | 50 | 2F | 2C |
| Octal | 201 | 245 | 73 | 26 | 0 | 100 | 43 | 120 | 57 | 54 |
| Binary | 10000001 | 10100101 | 111011 | 10110 | 0 | 1000000 | 100011 | 1010000 | 101111 | 101100 |
Color Harmonies of #81A53B
Complementary color
Monochromatic Colors of #81A53B
Black with #81A53B
Text Example
Text Example
White with #81A53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A53B; }
p { color: rgb(129,165,59); }
H1.HeaderClassName
{
color: #81A53B;
}
.AnyTagClassName
{
color: #81A53B;
}
</style>
background-color css
<style>
a { background-color: #81A53B; }
a { background-color: rgb(129,165,59); }
div.DivClassName
{
background-color: #81A53B;
}
.BgClassName
{
background-color: #81A53B;
}
</style>
border-color css
<style>
span { border-color: #81A53B; }
span { border-color: rgb(129,165,59); }
td.TdClassName
{
border-color: #81A53B;
}
.TagClassName
{
border-color: #81A53B;
}
</style>