Shades of Citron #8F920E
Tints of Citron #8F920E
RGB
CMYK
RGB Variations
Color information
#8F920E (or 0x8F920E) is known color: Citron. HEX triplet: 8F, 92 and 0E. RGB value is (143,146,14). Sum of RGB (Red+Green+Blue) = 143+146+14=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #8F920E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F920E is #706DF1. Grayscale: #828282. Windows color (decimal): -7368178 or 955023. OLE color: 955023.
HSL color Cylindrical-coordinate representation of color #8F920E: hue angle of 61.36º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F920E is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 14 | - |
| CMYK | 0.02 | 0 | 0.90 | 0.43 |
| HSL | 61.36º | 0.83% | 0.31% | - |
| HSV(B) | 61.36º | 0.9% | 0.57% | - |
| XYZ | 21.69 | 26.43 | 4.37 | - |
| YUV | 130.06 | 62.51 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 14 | 0.02 | 0 | 0.90 | 0.43 | 61.36 | 0.83 | 0.31 |
| Hex | 8F | 92 | E | 2 | 0 | 5A | 2B | 3D | 52 | 1F |
| Octal | 217 | 222 | 16 | 2 | 0 | 132 | 53 | 75 | 122 | 37 |
| Binary | 10001111 | 10010010 | 1110 | 10 | 0 | 1011010 | 101011 | 111101 | 1010010 | 11111 |
Color Harmonies of #8F920E
Complementary color
Monochromatic Colors of #8F920E
Black with #8F920E
Text Example
Text Example
White with #8F920E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F920E; }
p { color: rgb(143,146,14); }
H1.HeaderClassName
{
color: #8F920E;
}
.AnyTagClassName
{
color: #8F920E;
}
</style>
background-color css
<style>
a { background-color: #8F920E; }
a { background-color: rgb(143,146,14); }
div.DivClassName
{
background-color: #8F920E;
}
.BgClassName
{
background-color: #8F920E;
}
</style>
border-color css
<style>
span { border-color: #8F920E; }
span { border-color: rgb(143,146,14); }
td.TdClassName
{
border-color: #8F920E;
}
.TagClassName
{
border-color: #8F920E;
}
</style>