Shades of Sushi #81AB33
Tints of Sushi #81AB33
RGB
CMYK
RGB Variations
Color information
#81AB33 (or 0x81AB33) is known color: Sushi. HEX triplet: 81, AB and 33. RGB value is (129,171,51). Sum of RGB (Red+Green+Blue) = 129+171+51=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #81AB33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AB33 is #7E54CC. Grayscale: #919191. Windows color (decimal): -8279245 or 3386241. OLE color: 3386241.
HSL color Cylindrical-coordinate representation of color #81AB33: hue angle of 81º degrees, saturation: 0.54, 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 #81AB33 is Cyan = 0.25, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 171 | 51 | - |
| CMYK | 0.25 | 0 | 0.70 | 0.33 |
| HSL | 81º | 0.54% | 0.44% | - |
| HSV(B) | 81º | 0.7% | 0.67% | - |
| XYZ | 24.21 | 34.03 | 8.42 | - |
| YUV | 144.76 | 75.09 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 51 | 0.25 | 0 | 0.70 | 0.33 | 81 | 0.54 | 0.44 |
| Hex | 81 | AB | 33 | 19 | 0 | 46 | 21 | 51 | 36 | 2C |
| Octal | 201 | 253 | 63 | 31 | 0 | 106 | 41 | 121 | 66 | 54 |
| Binary | 10000001 | 10101011 | 110011 | 11001 | 0 | 1000110 | 100001 | 1010001 | 110110 | 101100 |
Color Harmonies of #81AB33
Complementary color
Monochromatic Colors of #81AB33
Black with #81AB33
Text Example
Text Example
White with #81AB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AB33; }
p { color: rgb(129,171,51); }
H1.HeaderClassName
{
color: #81AB33;
}
.AnyTagClassName
{
color: #81AB33;
}
</style>
background-color css
<style>
a { background-color: #81AB33; }
a { background-color: rgb(129,171,51); }
div.DivClassName
{
background-color: #81AB33;
}
.BgClassName
{
background-color: #81AB33;
}
</style>
border-color css
<style>
span { border-color: #81AB33; }
span { border-color: rgb(129,171,51); }
td.TdClassName
{
border-color: #81AB33;
}
.TagClassName
{
border-color: #81AB33;
}
</style>