Shades of Citron #849F08
Tints of Citron #849F08
RGB
CMYK
RGB Variations
Color information
#849F08 (or 0x849F08) is known color: Citron. HEX triplet: 84, 9F and 08. RGB value is (132,159,8). Sum of RGB (Red+Green+Blue) = 132+159+8=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 159 (62.5% from 255 or 53.18% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 159 - color contains mainly: green. Hex color #849F08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849F08 is #7B60F7. Grayscale: #868686. Windows color (decimal): -8085752 or 565124. OLE color: 565124.
HSL color Cylindrical-coordinate representation of color #849F08: hue angle of 70.73º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #849F08 is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 159 | 8 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.38 |
| HSL | 70.73º | 0.9% | 0.33% | - |
| HSV(B) | 70.73º | 0.95% | 0.62% | - |
| XYZ | 21.96 | 29.72 | 4.81 | - |
| YUV | 133.71 | 57.05 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 159 | 8 | 0.17 | 0 | 0.95 | 0.38 | 70.73 | 0.9 | 0.33 |
| Hex | 84 | 9F | 8 | 11 | 0 | 5F | 26 | 47 | 5A | 21 |
| Octal | 204 | 237 | 10 | 21 | 0 | 137 | 46 | 107 | 132 | 41 |
| Binary | 10000100 | 10011111 | 1000 | 10001 | 0 | 1011111 | 100110 | 1000111 | 1011010 | 100001 |
Color Harmonies of #849F08
Complementary color
Monochromatic Colors of #849F08
Black with #849F08
Text Example
Text Example
White with #849F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #849F08; }
p { color: rgb(132,159,8); }
H1.HeaderClassName
{
color: #849F08;
}
.AnyTagClassName
{
color: #849F08;
}
</style>
background-color css
<style>
a { background-color: #849F08; }
a { background-color: rgb(132,159,8); }
div.DivClassName
{
background-color: #849F08;
}
.BgClassName
{
background-color: #849F08;
}
</style>
border-color css
<style>
span { border-color: #849F08; }
span { border-color: rgb(132,159,8); }
td.TdClassName
{
border-color: #849F08;
}
.TagClassName
{
border-color: #849F08;
}
</style>