Shades of Citron #83A307
Tints of Citron #83A307
RGB
CMYK
RGB Variations
Color information
#83A307 (or 0x83A307) is known color: Citron. HEX triplet: 83, A3 and 07. RGB value is (131,163,7). Sum of RGB (Red+Green+Blue) = 131+163+7=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 163 (64.06% from 255 or 54.15% from 301); Blue value is 7 (3.12% from 255 or 2.33% from 301); Max value from RGB is 163 - color contains mainly: green. Hex color #83A307 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A307 is #7C5CF8. Grayscale: #888888. Windows color (decimal): -8150265 or 500611. OLE color: 500611.
HSL color Cylindrical-coordinate representation of color #83A307: hue angle of 72.31º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83A307 is Cyan = 0.20, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 163 | 7 | - |
| CMYK | 0.20 | 0 | 0.96 | 0.36 |
| HSL | 72.31º | 0.92% | 0.33% | - |
| HSV(B) | 72.31º | 0.96% | 0.64% | - |
| XYZ | 22.5 | 31.04 | 5.01 | - |
| YUV | 135.65 | 55.4 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 163 | 7 | 0.20 | 0 | 0.96 | 0.36 | 72.31 | 0.92 | 0.33 |
| Hex | 83 | A3 | 7 | 14 | 0 | 60 | 24 | 48 | 5C | 21 |
| Octal | 203 | 243 | 7 | 24 | 0 | 140 | 44 | 110 | 134 | 41 |
| Binary | 10000011 | 10100011 | 111 | 10100 | 0 | 1100000 | 100100 | 1001000 | 1011100 | 100001 |
Color Harmonies of #83A307
Complementary color
Monochromatic Colors of #83A307
Black with #83A307
Text Example
Text Example
White with #83A307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83A307; }
p { color: rgb(131,163,7); }
H1.HeaderClassName
{
color: #83A307;
}
.AnyTagClassName
{
color: #83A307;
}
</style>
background-color css
<style>
a { background-color: #83A307; }
a { background-color: rgb(131,163,7); }
div.DivClassName
{
background-color: #83A307;
}
.BgClassName
{
background-color: #83A307;
}
</style>
border-color css
<style>
span { border-color: #83A307; }
span { border-color: rgb(131,163,7); }
td.TdClassName
{
border-color: #83A307;
}
.TagClassName
{
border-color: #83A307;
}
</style>