Shades of Citron #819C1C
Tints of Citron #819C1C
RGB
CMYK
RGB Variations
Color information
#819C1C (or 0x819C1C) is known color: Citron. HEX triplet: 81, 9C and 1C. RGB value is (129,156,28). Sum of RGB (Red+Green+Blue) = 129+156+28=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #819C1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819C1C is #7E63E3. Grayscale: #858585. Windows color (decimal): -8283108 or 1875073. OLE color: 1875073.
HSL color Cylindrical-coordinate representation of color #819C1C: hue angle of 72.66º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #819C1C is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 156 | 28 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.39 |
| HSL | 72.66º | 0.7% | 0.36% | - |
| HSV(B) | 72.66º | 0.82% | 0.61% | - |
| XYZ | 21.15 | 28.53 | 5.49 | - |
| YUV | 133.34 | 68.55 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 28 | 0.17 | 0 | 0.82 | 0.39 | 72.66 | 0.7 | 0.36 |
| Hex | 81 | 9C | 1C | 11 | 0 | 52 | 27 | 49 | 46 | 24 |
| Octal | 201 | 234 | 34 | 21 | 0 | 122 | 47 | 111 | 106 | 44 |
| Binary | 10000001 | 10011100 | 11100 | 10001 | 0 | 1010010 | 100111 | 1001001 | 1000110 | 100100 |
Color Harmonies of #819C1C
Complementary color
Monochromatic Colors of #819C1C
Black with #819C1C
Text Example
Text Example
White with #819C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819C1C; }
p { color: rgb(129,156,28); }
H1.HeaderClassName
{
color: #819C1C;
}
.AnyTagClassName
{
color: #819C1C;
}
</style>
background-color css
<style>
a { background-color: #819C1C; }
a { background-color: rgb(129,156,28); }
div.DivClassName
{
background-color: #819C1C;
}
.BgClassName
{
background-color: #819C1C;
}
</style>
border-color css
<style>
span { border-color: #819C1C; }
span { border-color: rgb(129,156,28); }
td.TdClassName
{
border-color: #819C1C;
}
.TagClassName
{
border-color: #819C1C;
}
</style>