Shades of Sushi #81AB34
Tints of Sushi #81AB34
RGB
CMYK
RGB Variations
Color information
#81AB34 (or 0x81AB34) is known color: Sushi. HEX triplet: 81, AB and 34. RGB value is (129,171,52). Sum of RGB (Red+Green+Blue) = 129+171+52=352 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.65% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AB34 is #7E54CB. Grayscale: #919191. Windows color (decimal): -8279244 or 3451777. OLE color: 3451777.
HSL color Cylindrical-coordinate representation of color #81AB34: hue angle of 81.18º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81AB34 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 171 | 52 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.33 |
| HSL | 81.18º | 0.53% | 0.44% | - |
| HSV(B) | 81.18º | 0.7% | 0.67% | - |
| XYZ | 24.24 | 34.04 | 8.54 | - |
| YUV | 144.88 | 75.59 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 52 | 0.25 | 0 | 0.70 | 0.33 | 81.18 | 0.53 | 0.44 |
| Hex | 81 | AB | 34 | 19 | 0 | 46 | 21 | 51 | 35 | 2C |
| Octal | 201 | 253 | 64 | 31 | 0 | 106 | 41 | 121 | 65 | 54 |
| Binary | 10000001 | 10101011 | 110100 | 11001 | 0 | 1000110 | 100001 | 1010001 | 110101 | 101100 |
Color Harmonies of #81AB34
Complementary color
Monochromatic Colors of #81AB34
Black with #81AB34
Text Example
Text Example
White with #81AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AB34; }
p { color: rgb(129,171,52); }
H1.HeaderClassName
{
color: #81AB34;
}
.AnyTagClassName
{
color: #81AB34;
}
</style>
background-color css
<style>
a { background-color: #81AB34; }
a { background-color: rgb(129,171,52); }
div.DivClassName
{
background-color: #81AB34;
}
.BgClassName
{
background-color: #81AB34;
}
</style>
border-color css
<style>
span { border-color: #81AB34; }
span { border-color: rgb(129,171,52); }
td.TdClassName
{
border-color: #81AB34;
}
.TagClassName
{
border-color: #81AB34;
}
</style>