Shades of Citron #819D1C
Tints of Citron #819D1C
RGB
CMYK
RGB Variations
Color information
#819D1C (or 0x819D1C) is known color: Citron. HEX triplet: 81, 9D and 1C. RGB value is (129,157,28). Sum of RGB (Red+Green+Blue) = 129+157+28=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 157 (61.72% from 255 or 50% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 157 - color contains mainly: green. Hex color #819D1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819D1C is #7E62E3. Grayscale: #868686. Windows color (decimal): -8282852 or 1875329. OLE color: 1875329.
HSL color Cylindrical-coordinate representation of color #819D1C: hue angle of 73.02º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #819D1C is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 157 | 28 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.38 |
| HSL | 73.02º | 0.7% | 0.36% | - |
| HSV(B) | 73.02º | 0.82% | 0.62% | - |
| XYZ | 21.32 | 28.86 | 5.55 | - |
| YUV | 133.92 | 68.22 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 28 | 0.18 | 0 | 0.82 | 0.38 | 73.02 | 0.7 | 0.36 |
| Hex | 81 | 9D | 1C | 12 | 0 | 52 | 26 | 49 | 46 | 24 |
| Octal | 201 | 235 | 34 | 22 | 0 | 122 | 46 | 111 | 106 | 44 |
| Binary | 10000001 | 10011101 | 11100 | 10010 | 0 | 1010010 | 100110 | 1001001 | 1000110 | 100100 |
Color Harmonies of #819D1C
Complementary color
Monochromatic Colors of #819D1C
Black with #819D1C
Text Example
Text Example
White with #819D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819D1C; }
p { color: rgb(129,157,28); }
H1.HeaderClassName
{
color: #819D1C;
}
.AnyTagClassName
{
color: #819D1C;
}
</style>
background-color css
<style>
a { background-color: #819D1C; }
a { background-color: rgb(129,157,28); }
div.DivClassName
{
background-color: #819D1C;
}
.BgClassName
{
background-color: #819D1C;
}
</style>
border-color css
<style>
span { border-color: #819D1C; }
span { border-color: rgb(129,157,28); }
td.TdClassName
{
border-color: #819D1C;
}
.TagClassName
{
border-color: #819D1C;
}
</style>