Shades of Citrus #8DBA13
Tints of Citrus #8DBA13
RGB
CMYK
RGB Variations
Color information
#8DBA13 (or 0x8DBA13) is known color: Citrus. HEX triplet: 8D, BA and 13. RGB value is (141,186,19). Sum of RGB (Red+Green+Blue) = 141+186+19=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 19 (7.81% from 255 or 5.49% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8DBA13 is #7245EC. Grayscale: #9A9A9A. Windows color (decimal): -7489005 or 1292941. OLE color: 1292941.
HSL color Cylindrical-coordinate representation of color #8DBA13: hue angle of 76.17º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8DBA13 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 186 | 19 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.27 |
| HSL | 76.17º | 0.81% | 0.4% | - |
| HSV(B) | 76.17º | 0.9% | 0.73% | - |
| XYZ | 28.66 | 40.83 | 6.99 | - |
| YUV | 153.51 | 52.09 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 186 | 19 | 0.24 | 0 | 0.90 | 0.27 | 76.17 | 0.81 | 0.4 |
| Hex | 8D | BA | 13 | 18 | 0 | 5A | 1B | 4C | 51 | 28 |
| Octal | 215 | 272 | 23 | 30 | 0 | 132 | 33 | 114 | 121 | 50 |
| Binary | 10001101 | 10111010 | 10011 | 11000 | 0 | 1011010 | 11011 | 1001100 | 1010001 | 101000 |
Color Harmonies of #8DBA13
Complementary color
Monochromatic Colors of #8DBA13
Black with #8DBA13
Text Example
Text Example
White with #8DBA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBA13; }
p { color: rgb(141,186,19); }
H1.HeaderClassName
{
color: #8DBA13;
}
.AnyTagClassName
{
color: #8DBA13;
}
</style>
background-color css
<style>
a { background-color: #8DBA13; }
a { background-color: rgb(141,186,19); }
div.DivClassName
{
background-color: #8DBA13;
}
.BgClassName
{
background-color: #8DBA13;
}
</style>
border-color css
<style>
span { border-color: #8DBA13; }
span { border-color: rgb(141,186,19); }
td.TdClassName
{
border-color: #8DBA13;
}
.TagClassName
{
border-color: #8DBA13;
}
</style>