Shades of Citron #809C1D
Tints of Citron #809C1D
RGB
CMYK
RGB Variations
Color information
#809C1D (or 0x809C1D) is known color: Citron. HEX triplet: 80, 9C and 1D. RGB value is (128,156,29). Sum of RGB (Red+Green+Blue) = 128+156+29=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 156 (61.33% from 255 or 49.84% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 156 - color contains mainly: green. Hex color #809C1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809C1D is #7F63E2. Grayscale: #858585. Windows color (decimal): -8348643 or 1940608. OLE color: 1940608.
HSL color Cylindrical-coordinate representation of color #809C1D: hue angle of 73.23º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #809C1D is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 156 | 29 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.39 |
| HSL | 73.23º | 0.69% | 0.36% | - |
| HSV(B) | 73.23º | 0.81% | 0.61% | - |
| XYZ | 21.01 | 28.45 | 5.55 | - |
| YUV | 133.15 | 69.22 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 156 | 29 | 0.18 | 0 | 0.81 | 0.39 | 73.23 | 0.69 | 0.36 |
| Hex | 80 | 9C | 1D | 12 | 0 | 51 | 27 | 49 | 45 | 24 |
| Octal | 200 | 234 | 35 | 22 | 0 | 121 | 47 | 111 | 105 | 44 |
| Binary | 10000000 | 10011100 | 11101 | 10010 | 0 | 1010001 | 100111 | 1001001 | 1000101 | 100100 |
Color Harmonies of #809C1D
Complementary color
Monochromatic Colors of #809C1D
Black with #809C1D
Text Example
Text Example
White with #809C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809C1D; }
p { color: rgb(128,156,29); }
H1.HeaderClassName
{
color: #809C1D;
}
.AnyTagClassName
{
color: #809C1D;
}
</style>
background-color css
<style>
a { background-color: #809C1D; }
a { background-color: rgb(128,156,29); }
div.DivClassName
{
background-color: #809C1D;
}
.BgClassName
{
background-color: #809C1D;
}
</style>
border-color css
<style>
span { border-color: #809C1D; }
span { border-color: rgb(128,156,29); }
td.TdClassName
{
border-color: #809C1D;
}
.TagClassName
{
border-color: #809C1D;
}
</style>