Shades of Citron #83951C
Tints of Citron #83951C
RGB
CMYK
RGB Variations
Color information
#83951C (or 0x83951C) is known color: Citron. HEX triplet: 83, 95 and 1C. RGB value is (131,149,28). Sum of RGB (Red+Green+Blue) = 131+149+28=308 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.53% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 149 - color contains mainly: green. Hex color #83951C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83951C is #7C6AE3. Grayscale: #828282. Windows color (decimal): -8153828 or 1873283. OLE color: 1873283.
HSL color Cylindrical-coordinate representation of color #83951C: hue angle of 68.93º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #83951C is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 149 | 28 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.42 |
| HSL | 68.93º | 0.68% | 0.35% | - |
| HSV(B) | 68.93º | 0.81% | 0.58% | - |
| XYZ | 20.32 | 26.4 | 5.12 | - |
| YUV | 129.82 | 70.54 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 28 | 0.12 | 0 | 0.81 | 0.42 | 68.93 | 0.68 | 0.35 |
| Hex | 83 | 95 | 1C | C | 0 | 51 | 2A | 45 | 44 | 23 |
| Octal | 203 | 225 | 34 | 14 | 0 | 121 | 52 | 105 | 104 | 43 |
| Binary | 10000011 | 10010101 | 11100 | 1100 | 0 | 1010001 | 101010 | 1000101 | 1000100 | 100011 |
Color Harmonies of #83951C
Complementary color
Monochromatic Colors of #83951C
Black with #83951C
Text Example
Text Example
White with #83951C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83951C; }
p { color: rgb(131,149,28); }
H1.HeaderClassName
{
color: #83951C;
}
.AnyTagClassName
{
color: #83951C;
}
</style>
background-color css
<style>
a { background-color: #83951C; }
a { background-color: rgb(131,149,28); }
div.DivClassName
{
background-color: #83951C;
}
.BgClassName
{
background-color: #83951C;
}
</style>
border-color css
<style>
span { border-color: #83951C; }
span { border-color: rgb(131,149,28); }
td.TdClassName
{
border-color: #83951C;
}
.TagClassName
{
border-color: #83951C;
}
</style>