Shades of Sushi #819C28
Tints of Sushi #819C28
RGB
CMYK
RGB Variations
Color information
#819C28 (or 0x819C28) is known color: Sushi. HEX triplet: 81, 9C and 28. RGB value is (129,156,40). Sum of RGB (Red+Green+Blue) = 129+156+40=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #819C28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819C28 is #7E63D7. Grayscale: #878787. Windows color (decimal): -8283096 or 2661505. OLE color: 2661505.
HSL color Cylindrical-coordinate representation of color #819C28: hue angle of 73.97º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #819C28 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 156 | 40 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.39 |
| HSL | 73.97º | 0.59% | 0.38% | - |
| HSV(B) | 73.97º | 0.74% | 0.61% | - |
| XYZ | 21.32 | 28.6 | 6.4 | - |
| YUV | 134.7 | 74.55 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 40 | 0.17 | 0 | 0.74 | 0.39 | 73.97 | 0.59 | 0.38 |
| Hex | 81 | 9C | 28 | 11 | 0 | 4A | 27 | 4A | 3B | 26 |
| Octal | 201 | 234 | 50 | 21 | 0 | 112 | 47 | 112 | 73 | 46 |
| Binary | 10000001 | 10011100 | 101000 | 10001 | 0 | 1001010 | 100111 | 1001010 | 111011 | 100110 |
Color Harmonies of #819C28
Complementary color
Monochromatic Colors of #819C28
Black with #819C28
Text Example
Text Example
White with #819C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819C28; }
p { color: rgb(129,156,40); }
H1.HeaderClassName
{
color: #819C28;
}
.AnyTagClassName
{
color: #819C28;
}
</style>
background-color css
<style>
a { background-color: #819C28; }
a { background-color: rgb(129,156,40); }
div.DivClassName
{
background-color: #819C28;
}
.BgClassName
{
background-color: #819C28;
}
</style>
border-color css
<style>
span { border-color: #819C28; }
span { border-color: rgb(129,156,40); }
td.TdClassName
{
border-color: #819C28;
}
.TagClassName
{
border-color: #819C28;
}
</style>