Shades of Citron #848F18
Tints of Citron #848F18
RGB
CMYK
RGB Variations
Color information
#848F18 (or 0x848F18) is known color: Citron. HEX triplet: 84, 8F and 18. RGB value is (132,143,24). Sum of RGB (Red+Green+Blue) = 132+143+24=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 143 (56.25% from 255 or 47.83% from 299); Blue value is 24 (9.77% from 255 or 8.03% from 299); Max value from RGB is 143 - color contains mainly: green. Hex color #848F18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848F18 is #7B70E7. Grayscale: #7E7E7E. Windows color (decimal): -8089832 or 1609604. OLE color: 1609604.
HSL color Cylindrical-coordinate representation of color #848F18: hue angle of 65.55º degrees, saturation: 0.71, 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 #848F18 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 143 | 24 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.44 |
| HSL | 65.55º | 0.71% | 0.33% | - |
| HSV(B) | 65.55º | 0.83% | 0.56% | - |
| XYZ | 19.5 | 24.62 | 4.59 | - |
| YUV | 126.15 | 70.36 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 24 | 0.08 | 0 | 0.83 | 0.44 | 65.55 | 0.71 | 0.33 |
| Hex | 84 | 8F | 18 | 8 | 0 | 53 | 2C | 42 | 47 | 21 |
| Octal | 204 | 217 | 30 | 10 | 0 | 123 | 54 | 102 | 107 | 41 |
| Binary | 10000100 | 10001111 | 11000 | 1000 | 0 | 1010011 | 101100 | 1000010 | 1000111 | 100001 |
Color Harmonies of #848F18
Complementary color
Monochromatic Colors of #848F18
Black with #848F18
Text Example
Text Example
White with #848F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848F18; }
p { color: rgb(132,143,24); }
H1.HeaderClassName
{
color: #848F18;
}
.AnyTagClassName
{
color: #848F18;
}
</style>
background-color css
<style>
a { background-color: #848F18; }
a { background-color: rgb(132,143,24); }
div.DivClassName
{
background-color: #848F18;
}
.BgClassName
{
background-color: #848F18;
}
</style>
border-color css
<style>
span { border-color: #848F18; }
span { border-color: rgb(132,143,24); }
td.TdClassName
{
border-color: #848F18;
}
.TagClassName
{
border-color: #848F18;
}
</style>