Shades of Citron #83980F
Tints of Citron #83980F
RGB
CMYK
RGB Variations
Color information
#83980F (or 0x83980F) is known color: Citron. HEX triplet: 83, 98 and 0F. RGB value is (131,152,15). Sum of RGB (Red+Green+Blue) = 131+152+15=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #83980F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83980F is #7C67F0. Grayscale: #828282. Windows color (decimal): -8153073 or 1022083. OLE color: 1022083.
HSL color Cylindrical-coordinate representation of color #83980F: hue angle of 69.2º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83980F is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 131 | 152 | 15 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.40 |
| HSL | 69.2º | 0.82% | 0.33% | - |
| HSV(B) | 69.2º | 0.9% | 0.6% | - |
| XYZ | 20.67 | 27.32 | 4.63 | - |
| YUV | 130.1 | 63.04 | 128.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 152 | 15 | 0.14 | 0 | 0.90 | 0.40 | 69.2 | 0.82 | 0.33 |
| Hex | 83 | 98 | F | E | 0 | 5A | 28 | 45 | 52 | 21 |
| Octal | 203 | 230 | 17 | 16 | 0 | 132 | 50 | 105 | 122 | 41 |
| Binary | 10000011 | 10011000 | 1111 | 1110 | 0 | 1011010 | 101000 | 1000101 | 1010010 | 100001 |
Color Harmonies of #83980F
Complementary color
Monochromatic Colors of #83980F
Black with #83980F
Text Example
Text Example
White with #83980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83980F; }
p { color: rgb(131,152,15); }
H1.HeaderClassName
{
color: #83980F;
}
.AnyTagClassName
{
color: #83980F;
}
</style>
background-color css
<style>
a { background-color: #83980F; }
a { background-color: rgb(131,152,15); }
div.DivClassName
{
background-color: #83980F;
}
.BgClassName
{
background-color: #83980F;
}
</style>
border-color css
<style>
span { border-color: #83980F; }
span { border-color: rgb(131,152,15); }
td.TdClassName
{
border-color: #83980F;
}
.TagClassName
{
border-color: #83980F;
}
</style>