Shades of Sushi #819C38
Tints of Sushi #819C38
RGB
CMYK
RGB Variations
Color information
#819C38 (or 0x819C38) is known color: Sushi. HEX triplet: 81, 9C and 38. RGB value is (129,156,56). Sum of RGB (Red+Green+Blue) = 129+156+56=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 156 (61.33% from 255 or 45.75% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 156 - color contains mainly: green. Hex color #819C38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819C38 is #7E63C7. Grayscale: #888888. Windows color (decimal): -8283080 or 3710081. OLE color: 3710081.
HSL color Cylindrical-coordinate representation of color #819C38: hue angle of 76.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #819C38 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 156 | 56 | - |
| CMYK | 0.17 | 0 | 0.64 | 0.39 |
| HSL | 76.2º | 0.47% | 0.42% | - |
| HSV(B) | 76.2º | 0.64% | 0.61% | - |
| XYZ | 21.66 | 28.73 | 8.15 | - |
| YUV | 136.53 | 82.55 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 56 | 0.17 | 0 | 0.64 | 0.39 | 76.2 | 0.47 | 0.42 |
| Hex | 81 | 9C | 38 | 11 | 0 | 40 | 27 | 4C | 2F | 2A |
| Octal | 201 | 234 | 70 | 21 | 0 | 100 | 47 | 114 | 57 | 52 |
| Binary | 10000001 | 10011100 | 111000 | 10001 | 0 | 1000000 | 100111 | 1001100 | 101111 | 101010 |
Color Harmonies of #819C38
Complementary color
Monochromatic Colors of #819C38
Black with #819C38
Text Example
Text Example
White with #819C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819C38; }
p { color: rgb(129,156,56); }
H1.HeaderClassName
{
color: #819C38;
}
.AnyTagClassName
{
color: #819C38;
}
</style>
background-color css
<style>
a { background-color: #819C38; }
a { background-color: rgb(129,156,56); }
div.DivClassName
{
background-color: #819C38;
}
.BgClassName
{
background-color: #819C38;
}
</style>
border-color css
<style>
span { border-color: #819C38; }
span { border-color: rgb(129,156,56); }
td.TdClassName
{
border-color: #819C38;
}
.TagClassName
{
border-color: #819C38;
}
</style>