Shades of Citron #84A408
Tints of Citron #84A408
RGB
CMYK
RGB Variations
Color information
#84A408 (or 0x84A408) is known color: Citron. HEX triplet: 84, A4 and 08. RGB value is (132,164,8). Sum of RGB (Red+Green+Blue) = 132+164+8=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 164 (64.45% from 255 or 53.95% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 164 - color contains mainly: green. Hex color #84A408 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #84A408 is #7B5BF7. Grayscale: #898989. Windows color (decimal): -8084472 or 566404. OLE color: 566404.
HSL color Cylindrical-coordinate representation of color #84A408: hue angle of 72.31º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #84A408 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 164 | 8 | - |
| CMYK | 0.20 | 0 | 0.95 | 0.36 |
| HSL | 72.31º | 0.91% | 0.34% | - |
| HSV(B) | 72.31º | 0.95% | 0.64% | - |
| XYZ | 22.84 | 31.47 | 5.1 | - |
| YUV | 136.65 | 55.4 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 164 | 8 | 0.20 | 0 | 0.95 | 0.36 | 72.31 | 0.91 | 0.34 |
| Hex | 84 | A4 | 8 | 14 | 0 | 5F | 24 | 48 | 5B | 22 |
| Octal | 204 | 244 | 10 | 24 | 0 | 137 | 44 | 110 | 133 | 42 |
| Binary | 10000100 | 10100100 | 1000 | 10100 | 0 | 1011111 | 100100 | 1001000 | 1011011 | 100010 |
Color Harmonies of #84A408
Complementary color
Monochromatic Colors of #84A408
Black with #84A408
Text Example
Text Example
White with #84A408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84A408; }
p { color: rgb(132,164,8); }
H1.HeaderClassName
{
color: #84A408;
}
.AnyTagClassName
{
color: #84A408;
}
</style>
background-color css
<style>
a { background-color: #84A408; }
a { background-color: rgb(132,164,8); }
div.DivClassName
{
background-color: #84A408;
}
.BgClassName
{
background-color: #84A408;
}
</style>
border-color css
<style>
span { border-color: #84A408; }
span { border-color: rgb(132,164,8); }
td.TdClassName
{
border-color: #84A408;
}
.TagClassName
{
border-color: #84A408;
}
</style>