Shades of Citron #83A302
Tints of Citron #83A302
RGB
CMYK
RGB Variations
Color information
#83A302 (or 0x83A302) is known color: Citron. HEX triplet: 83, A3 and 02. RGB value is (131,163,2). Sum of RGB (Red+Green+Blue) = 131+163+2=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 163 (64.06% from 255 or 55.07% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 163 - color contains mainly: green. Hex color #83A302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A302 is #7C5CFD. Grayscale: #878787. Windows color (decimal): -8150270 or 172931. OLE color: 172931.
HSL color Cylindrical-coordinate representation of color #83A302: hue angle of 71.93º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #83A302 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 163 | 2 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.36 |
| HSL | 71.93º | 0.98% | 0.32% | - |
| HSV(B) | 71.93º | 0.99% | 0.64% | - |
| XYZ | 22.47 | 31.02 | 4.86 | - |
| YUV | 135.08 | 52.9 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 163 | 2 | 0.20 | 0 | 0.99 | 0.36 | 71.93 | 0.98 | 0.32 |
| Hex | 83 | A3 | 2 | 14 | 0 | 63 | 24 | 48 | 62 | 20 |
| Octal | 203 | 243 | 2 | 24 | 0 | 143 | 44 | 110 | 142 | 40 |
| Binary | 10000011 | 10100011 | 10 | 10100 | 0 | 1100011 | 100100 | 1001000 | 1100010 | 100000 |
Color Harmonies of #83A302
Complementary color
Monochromatic Colors of #83A302
Black with #83A302
Text Example
Text Example
White with #83A302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A302; }
p { color: rgb(131,163,2); }
H1.HeaderClassName
{
color: #83A302;
}
.AnyTagClassName
{
color: #83A302;
}
</style>
background-color css
<style>
a { background-color: #83A302; }
a { background-color: rgb(131,163,2); }
div.DivClassName
{
background-color: #83A302;
}
.BgClassName
{
background-color: #83A302;
}
</style>
border-color css
<style>
span { border-color: #83A302; }
span { border-color: rgb(131,163,2); }
td.TdClassName
{
border-color: #83A302;
}
.TagClassName
{
border-color: #83A302;
}
</style>