Shades of Citron #83A005
Tints of Citron #83A005
RGB
CMYK
RGB Variations
Color information
#83A005 (or 0x83A005) is known color: Citron. HEX triplet: 83, A0 and 05. RGB value is (131,160,5). Sum of RGB (Red+Green+Blue) = 131+160+5=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 160 (62.89% from 255 or 54.05% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 160 - color contains mainly: green. Hex color #83A005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A005 is #7C5FFA. Grayscale: #868686. Windows color (decimal): -8151035 or 368771. OLE color: 368771.
HSL color Cylindrical-coordinate representation of color #83A005: hue angle of 71.23º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83A005 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 131 | 160 | 5 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.37 |
| HSL | 71.23º | 0.94% | 0.32% | - |
| HSV(B) | 71.23º | 0.97% | 0.63% | - |
| XYZ | 21.96 | 29.98 | 4.77 | - |
| YUV | 133.66 | 55.39 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 160 | 5 | 0.18 | 0 | 0.97 | 0.37 | 71.23 | 0.94 | 0.32 |
| Hex | 83 | A0 | 5 | 12 | 0 | 61 | 25 | 47 | 5E | 20 |
| Octal | 203 | 240 | 5 | 22 | 0 | 141 | 45 | 107 | 136 | 40 |
| Binary | 10000011 | 10100000 | 101 | 10010 | 0 | 1100001 | 100101 | 1000111 | 1011110 | 100000 |
Color Harmonies of #83A005
Complementary color
Monochromatic Colors of #83A005
Black with #83A005
Text Example
Text Example
White with #83A005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A005; }
p { color: rgb(131,160,5); }
H1.HeaderClassName
{
color: #83A005;
}
.AnyTagClassName
{
color: #83A005;
}
</style>
background-color css
<style>
a { background-color: #83A005; }
a { background-color: rgb(131,160,5); }
div.DivClassName
{
background-color: #83A005;
}
.BgClassName
{
background-color: #83A005;
}
</style>
border-color css
<style>
span { border-color: #83A005; }
span { border-color: rgb(131,160,5); }
td.TdClassName
{
border-color: #83A005;
}
.TagClassName
{
border-color: #83A005;
}
</style>