Shades of Citrus #8FBA03
Tints of Citrus #8FBA03
RGB
CMYK
RGB Variations
Color information
#8FBA03 (or 0x8FBA03) is known color: Citrus. HEX triplet: 8F, BA and 03. RGB value is (143,186,3). Sum of RGB (Red+Green+Blue) = 143+186+3=332 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.07% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 3 (1.56% from 255 or 0.90% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBA03 is #7045FC. Grayscale: #989898. Windows color (decimal): -7357949 or 244367. OLE color: 244367.
HSL color Cylindrical-coordinate representation of color #8FBA03: hue angle of 74.1º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8FBA03 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 3 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.27 |
| HSL | 74.1º | 0.97% | 0.37% | - |
| HSV(B) | 74.1º | 0.98% | 0.73% | - |
| XYZ | 28.9 | 40.96 | 6.47 | - |
| YUV | 152.28 | 43.75 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 3 | 0.23 | 0 | 0.98 | 0.27 | 74.1 | 0.97 | 0.37 |
| Hex | 8F | BA | 3 | 17 | 0 | 62 | 1B | 4A | 61 | 25 |
| Octal | 217 | 272 | 3 | 27 | 0 | 142 | 33 | 112 | 141 | 45 |
| Binary | 10001111 | 10111010 | 11 | 10111 | 0 | 1100010 | 11011 | 1001010 | 1100001 | 100101 |
Color Harmonies of #8FBA03
Complementary color
Monochromatic Colors of #8FBA03
Black with #8FBA03
Text Example
Text Example
White with #8FBA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBA03; }
p { color: rgb(143,186,3); }
H1.HeaderClassName
{
color: #8FBA03;
}
.AnyTagClassName
{
color: #8FBA03;
}
</style>
background-color css
<style>
a { background-color: #8FBA03; }
a { background-color: rgb(143,186,3); }
div.DivClassName
{
background-color: #8FBA03;
}
.BgClassName
{
background-color: #8FBA03;
}
</style>
border-color css
<style>
span { border-color: #8FBA03; }
span { border-color: rgb(143,186,3); }
td.TdClassName
{
border-color: #8FBA03;
}
.TagClassName
{
border-color: #8FBA03;
}
</style>