Shades of Sushi #81A838
Tints of Sushi #81A838
RGB
CMYK
RGB Variations
Color information
#81A838 (or 0x81A838) is known color: Sushi. HEX triplet: 81, A8 and 38. RGB value is (129,168,56). Sum of RGB (Red+Green+Blue) = 129+168+56=353 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.54% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 168 - color contains mainly: green. Hex color #81A838 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A838 is #7E57C7. Grayscale: #8F8F8F. Windows color (decimal): -8280008 or 3713153. OLE color: 3713153.
HSL color Cylindrical-coordinate representation of color #81A838: hue angle of 80.89º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #81A838 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 168 | 56 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.34 |
| HSL | 80.89º | 0.5% | 0.44% | - |
| HSV(B) | 80.89º | 0.67% | 0.66% | - |
| XYZ | 23.77 | 32.96 | 8.85 | - |
| YUV | 143.57 | 78.58 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 168 | 56 | 0.23 | 0 | 0.67 | 0.34 | 80.89 | 0.5 | 0.44 |
| Hex | 81 | A8 | 38 | 17 | 0 | 43 | 22 | 51 | 32 | 2C |
| Octal | 201 | 250 | 70 | 27 | 0 | 103 | 42 | 121 | 62 | 54 |
| Binary | 10000001 | 10101000 | 111000 | 10111 | 0 | 1000011 | 100010 | 1010001 | 110010 | 101100 |
Color Harmonies of #81A838
Complementary color
Monochromatic Colors of #81A838
Black with #81A838
Text Example
Text Example
White with #81A838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A838; }
p { color: rgb(129,168,56); }
H1.HeaderClassName
{
color: #81A838;
}
.AnyTagClassName
{
color: #81A838;
}
</style>
background-color css
<style>
a { background-color: #81A838; }
a { background-color: rgb(129,168,56); }
div.DivClassName
{
background-color: #81A838;
}
.BgClassName
{
background-color: #81A838;
}
</style>
border-color css
<style>
span { border-color: #81A838; }
span { border-color: rgb(129,168,56); }
td.TdClassName
{
border-color: #81A838;
}
.TagClassName
{
border-color: #81A838;
}
</style>