Shades of Sushi #819A2B
Tints of Sushi #819A2B
RGB
CMYK
RGB Variations
Color information
#819A2B (or 0x819A2B) is known color: Sushi. HEX triplet: 81, 9A and 2B. RGB value is (129,154,43). Sum of RGB (Red+Green+Blue) = 129+154+43=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 43 (17.19% from 255 or 13.19% from 326); Max value from RGB is 154 - color contains mainly: green. Hex color #819A2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819A2B is #7E65D4. Grayscale: #868686. Windows color (decimal): -8283605 or 2857601. OLE color: 2857601.
HSL color Cylindrical-coordinate representation of color #819A2B: hue angle of 73.51º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #819A2B is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 154 | 43 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.40 |
| HSL | 73.51º | 0.56% | 0.39% | - |
| HSV(B) | 73.51º | 0.72% | 0.6% | - |
| XYZ | 21.04 | 27.95 | 6.57 | - |
| YUV | 133.87 | 76.72 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 43 | 0.16 | 0 | 0.72 | 0.40 | 73.51 | 0.56 | 0.39 |
| Hex | 81 | 9A | 2B | 10 | 0 | 48 | 28 | 4A | 38 | 27 |
| Octal | 201 | 232 | 53 | 20 | 0 | 110 | 50 | 112 | 70 | 47 |
| Binary | 10000001 | 10011010 | 101011 | 10000 | 0 | 1001000 | 101000 | 1001010 | 111000 | 100111 |
Color Harmonies of #819A2B
Complementary color
Monochromatic Colors of #819A2B
Black with #819A2B
Text Example
Text Example
White with #819A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819A2B; }
p { color: rgb(129,154,43); }
H1.HeaderClassName
{
color: #819A2B;
}
.AnyTagClassName
{
color: #819A2B;
}
</style>
background-color css
<style>
a { background-color: #819A2B; }
a { background-color: rgb(129,154,43); }
div.DivClassName
{
background-color: #819A2B;
}
.BgClassName
{
background-color: #819A2B;
}
</style>
border-color css
<style>
span { border-color: #819A2B; }
span { border-color: rgb(129,154,43); }
td.TdClassName
{
border-color: #819A2B;
}
.TagClassName
{
border-color: #819A2B;
}
</style>