Shades of Sushi #819C32
Tints of Sushi #819C32
RGB
CMYK
RGB Variations
Color information
#819C32 (or 0x819C32) is known color: Sushi. HEX triplet: 81, 9C and 32. RGB value is (129,156,50). Sum of RGB (Red+Green+Blue) = 129+156+50=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 156 - color contains mainly: green. Hex color #819C32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819C32 is #7E63CD. Grayscale: #888888. Windows color (decimal): -8283086 or 3316865. OLE color: 3316865.
HSL color Cylindrical-coordinate representation of color #819C32: hue angle of 75.28º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #819C32 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 156 | 50 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.39 |
| HSL | 75.28º | 0.51% | 0.4% | - |
| HSV(B) | 75.28º | 0.68% | 0.61% | - |
| XYZ | 21.52 | 28.67 | 7.42 | - |
| YUV | 135.84 | 79.55 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 50 | 0.17 | 0 | 0.68 | 0.39 | 75.28 | 0.51 | 0.4 |
| Hex | 81 | 9C | 32 | 11 | 0 | 44 | 27 | 4B | 33 | 28 |
| Octal | 201 | 234 | 62 | 21 | 0 | 104 | 47 | 113 | 63 | 50 |
| Binary | 10000001 | 10011100 | 110010 | 10001 | 0 | 1000100 | 100111 | 1001011 | 110011 | 101000 |
Color Harmonies of #819C32
Complementary color
Monochromatic Colors of #819C32
Black with #819C32
Text Example
Text Example
White with #819C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819C32; }
p { color: rgb(129,156,50); }
H1.HeaderClassName
{
color: #819C32;
}
.AnyTagClassName
{
color: #819C32;
}
</style>
background-color css
<style>
a { background-color: #819C32; }
a { background-color: rgb(129,156,50); }
div.DivClassName
{
background-color: #819C32;
}
.BgClassName
{
background-color: #819C32;
}
</style>
border-color css
<style>
span { border-color: #819C32; }
span { border-color: rgb(129,156,50); }
td.TdClassName
{
border-color: #819C32;
}
.TagClassName
{
border-color: #819C32;
}
</style>