Shades of Citrus #83BA06
Tints of Citrus #83BA06
RGB
CMYK
RGB Variations
Color information
#83BA06 (or 0x83BA06) is known color: Citrus. HEX triplet: 83, BA and 06. RGB value is (131,186,6). Sum of RGB (Red+Green+Blue) = 131+186+6=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 186 (73.05% from 255 or 57.59% from 323); Blue value is 6 (2.73% from 255 or 1.86% from 323); Max value from RGB is 186 - color contains mainly: green. Hex color #83BA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83BA06 is #7C45F9. Grayscale: #959595. Windows color (decimal): -8144378 or 440963. OLE color: 440963.
HSL color Cylindrical-coordinate representation of color #83BA06: hue angle of 78.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #83BA06 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 186 | 6 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.27 |
| HSL | 78.33º | 0.94% | 0.38% | - |
| HSV(B) | 78.33º | 0.97% | 0.73% | - |
| XYZ | 26.95 | 39.96 | 6.46 | - |
| YUV | 149.04 | 47.28 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 186 | 6 | 0.30 | 0 | 0.97 | 0.27 | 78.33 | 0.94 | 0.38 |
| Hex | 83 | BA | 6 | 1E | 0 | 61 | 1B | 4E | 5E | 26 |
| Octal | 203 | 272 | 6 | 36 | 0 | 141 | 33 | 116 | 136 | 46 |
| Binary | 10000011 | 10111010 | 110 | 11110 | 0 | 1100001 | 11011 | 1001110 | 1011110 | 100110 |
Color Harmonies of #83BA06
Complementary color
Monochromatic Colors of #83BA06
Black with #83BA06
Text Example
Text Example
White with #83BA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83BA06; }
p { color: rgb(131,186,6); }
H1.HeaderClassName
{
color: #83BA06;
}
.AnyTagClassName
{
color: #83BA06;
}
</style>
background-color css
<style>
a { background-color: #83BA06; }
a { background-color: rgb(131,186,6); }
div.DivClassName
{
background-color: #83BA06;
}
.BgClassName
{
background-color: #83BA06;
}
</style>
border-color css
<style>
span { border-color: #83BA06; }
span { border-color: rgb(131,186,6); }
td.TdClassName
{
border-color: #83BA06;
}
.TagClassName
{
border-color: #83BA06;
}
</style>