Shades of Citrus #84B905
Tints of Citrus #84B905
RGB
CMYK
RGB Variations
Color information
#84B905 (or 0x84B905) is known color: Citrus. HEX triplet: 84, B9 and 05. RGB value is (132,185,5). Sum of RGB (Red+Green+Blue) = 132+185+5=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 185 (72.66% from 255 or 57.45% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 185 - color contains mainly: green. Hex color #84B905 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84B905 is #7B46FA. Grayscale: #959595. Windows color (decimal): -8079099 or 375172. OLE color: 375172.
HSL color Cylindrical-coordinate representation of color #84B905: hue angle of 77.67º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #84B905 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 185 | 5 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.27 |
| HSL | 77.67º | 0.95% | 0.37% | - |
| HSV(B) | 77.67º | 0.97% | 0.73% | - |
| XYZ | 26.89 | 39.61 | 6.37 | - |
| YUV | 148.63 | 46.94 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 185 | 5 | 0.29 | 0 | 0.97 | 0.27 | 77.67 | 0.95 | 0.37 |
| Hex | 84 | B9 | 5 | 1D | 0 | 61 | 1B | 4E | 5F | 25 |
| Octal | 204 | 271 | 5 | 35 | 0 | 141 | 33 | 116 | 137 | 45 |
| Binary | 10000100 | 10111001 | 101 | 11101 | 0 | 1100001 | 11011 | 1001110 | 1011111 | 100101 |
Color Harmonies of #84B905
Complementary color
Monochromatic Colors of #84B905
Black with #84B905
Text Example
Text Example
White with #84B905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B905; }
p { color: rgb(132,185,5); }
H1.HeaderClassName
{
color: #84B905;
}
.AnyTagClassName
{
color: #84B905;
}
</style>
background-color css
<style>
a { background-color: #84B905; }
a { background-color: rgb(132,185,5); }
div.DivClassName
{
background-color: #84B905;
}
.BgClassName
{
background-color: #84B905;
}
</style>
border-color css
<style>
span { border-color: #84B905; }
span { border-color: rgb(132,185,5); }
td.TdClassName
{
border-color: #84B905;
}
.TagClassName
{
border-color: #84B905;
}
</style>