Shades of Citron #8F8C1A
Tints of Citron #8F8C1A
RGB
CMYK
RGB Variations
Color information
#8F8C1A (or 0x8F8C1A) is known color: Citron. HEX triplet: 8F, 8C and 1A. RGB value is (143,140,26). Sum of RGB (Red+Green+Blue) = 143+140+26=309 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.28% from 309); Green value is 140 (55.08% from 255 or 45.31% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8C1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8F8C1A is #7073E5. Grayscale: #808080. Windows color (decimal): -7369702 or 1739919. OLE color: 1739919.
HSL color Cylindrical-coordinate representation of color #8F8C1A: hue angle of 58.46º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8F8C1A is Cyan = 0, Magento = 0.02, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 140 | 26 | - |
| CMYK | 0 | 0.02 | 0.82 | 0.44 |
| HSL | 58.46º | 0.69% | 0.33% | - |
| HSV(B) | 58.46º | 0.82% | 0.56% | - |
| XYZ | 20.89 | 24.67 | 4.64 | - |
| YUV | 127.9 | 70.49 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 140 | 26 | 0 | 0.02 | 0.82 | 0.44 | 58.46 | 0.69 | 0.33 |
| Hex | 8F | 8C | 1A | 0 | 2 | 52 | 2C | 3A | 45 | 21 |
| Octal | 217 | 214 | 32 | 0 | 2 | 122 | 54 | 72 | 105 | 41 |
| Binary | 10001111 | 10001100 | 11010 | 0 | 10 | 1010010 | 101100 | 111010 | 1000101 | 100001 |
Color Harmonies of #8F8C1A
Complementary color
Monochromatic Colors of #8F8C1A
Black with #8F8C1A
Text Example
Text Example
White with #8F8C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8C1A; }
p { color: rgb(143,140,26); }
H1.HeaderClassName
{
color: #8F8C1A;
}
.AnyTagClassName
{
color: #8F8C1A;
}
</style>
background-color css
<style>
a { background-color: #8F8C1A; }
a { background-color: rgb(143,140,26); }
div.DivClassName
{
background-color: #8F8C1A;
}
.BgClassName
{
background-color: #8F8C1A;
}
</style>
border-color css
<style>
span { border-color: #8F8C1A; }
span { border-color: rgb(143,140,26); }
td.TdClassName
{
border-color: #8F8C1A;
}
.TagClassName
{
border-color: #8F8C1A;
}
</style>