Shades of Citron #8C8F19
Tints of Citron #8C8F19
RGB
CMYK
RGB Variations
Color information
#8C8F19 (or 0x8C8F19) is known color: Citron. HEX triplet: 8C, 8F and 19. RGB value is (140,143,25). Sum of RGB (Red+Green+Blue) = 140+143+25=308 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.45% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 143 - color contains mainly: green. Hex color #8C8F19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8F19 is #7370E6. Grayscale: #818181. Windows color (decimal): -7565543 or 1675148. OLE color: 1675148.
HSL color Cylindrical-coordinate representation of color #8C8F19: hue angle of 61.53º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C8F19 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 140 | 143 | 25 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.44 |
| HSL | 61.53º | 0.7% | 0.33% | - |
| HSV(B) | 61.53º | 0.83% | 0.56% | - |
| XYZ | 20.81 | 25.29 | 4.7 | - |
| YUV | 128.65 | 69.51 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 143 | 25 | 0.02 | 0 | 0.83 | 0.44 | 61.53 | 0.7 | 0.33 |
| Hex | 8C | 8F | 19 | 2 | 0 | 53 | 2C | 3E | 46 | 21 |
| Octal | 214 | 217 | 31 | 2 | 0 | 123 | 54 | 76 | 106 | 41 |
| Binary | 10001100 | 10001111 | 11001 | 10 | 0 | 1010011 | 101100 | 111110 | 1000110 | 100001 |
Color Harmonies of #8C8F19
Complementary color
Monochromatic Colors of #8C8F19
Black with #8C8F19
Text Example
Text Example
White with #8C8F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8F19; }
p { color: rgb(140,143,25); }
H1.HeaderClassName
{
color: #8C8F19;
}
.AnyTagClassName
{
color: #8C8F19;
}
</style>
background-color css
<style>
a { background-color: #8C8F19; }
a { background-color: rgb(140,143,25); }
div.DivClassName
{
background-color: #8C8F19;
}
.BgClassName
{
background-color: #8C8F19;
}
</style>
border-color css
<style>
span { border-color: #8C8F19; }
span { border-color: rgb(140,143,25); }
td.TdClassName
{
border-color: #8C8F19;
}
.TagClassName
{
border-color: #8C8F19;
}
</style>