Shades of Citron #848F10
Tints of Citron #848F10
RGB
CMYK
RGB Variations
Color information
#848F10 (or 0x848F10) is known color: Citron. HEX triplet: 84, 8F and 10. RGB value is (132,143,16). Sum of RGB (Red+Green+Blue) = 132+143+16=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 143 (56.25% from 255 or 49.14% from 291); Blue value is 16 (6.64% from 255 or 5.50% from 291); Max value from RGB is 143 - color contains mainly: green. Hex color #848F10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848F10 is #7B70EF. Grayscale: #7D7D7D. Windows color (decimal): -8089840 or 1085316. OLE color: 1085316.
HSL color Cylindrical-coordinate representation of color #848F10: hue angle of 65.2º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #848F10 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 143 | 16 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.44 |
| HSL | 65.2º | 0.8% | 0.31% | - |
| HSV(B) | 65.2º | 0.89% | 0.56% | - |
| XYZ | 19.43 | 24.59 | 4.21 | - |
| YUV | 125.23 | 66.36 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 16 | 0.08 | 0 | 0.89 | 0.44 | 65.2 | 0.8 | 0.31 |
| Hex | 84 | 8F | 10 | 8 | 0 | 59 | 2C | 41 | 50 | 1F |
| Octal | 204 | 217 | 20 | 10 | 0 | 131 | 54 | 101 | 120 | 37 |
| Binary | 10000100 | 10001111 | 10000 | 1000 | 0 | 1011001 | 101100 | 1000001 | 1010000 | 11111 |
Color Harmonies of #848F10
Complementary color
Monochromatic Colors of #848F10
Black with #848F10
Text Example
Text Example
White with #848F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848F10; }
p { color: rgb(132,143,16); }
H1.HeaderClassName
{
color: #848F10;
}
.AnyTagClassName
{
color: #848F10;
}
</style>
background-color css
<style>
a { background-color: #848F10; }
a { background-color: rgb(132,143,16); }
div.DivClassName
{
background-color: #848F10;
}
.BgClassName
{
background-color: #848F10;
}
</style>
border-color css
<style>
span { border-color: #848F10; }
span { border-color: rgb(132,143,16); }
td.TdClassName
{
border-color: #848F10;
}
.TagClassName
{
border-color: #848F10;
}
</style>