Shades of Citrus #8FBA06
Tints of Citrus #8FBA06
RGB
CMYK
RGB Variations
Color information
#8FBA06 (or 0x8FBA06) is known color: Citrus. HEX triplet: 8F, BA and 06. RGB value is (143,186,6). Sum of RGB (Red+Green+Blue) = 143+186+6=335 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.69% from 335); Green value is 186 (73.05% from 255 or 55.52% from 335); Blue value is 6 (2.73% from 255 or 1.79% from 335); Max value from RGB is 186 - color contains mainly: green. Hex color #8FBA06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FBA06 is #7045F9. Grayscale: #999999. Windows color (decimal): -7357946 or 440975. OLE color: 440975.
HSL color Cylindrical-coordinate representation of color #8FBA06: hue angle of 74.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 #8FBA06 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 186 | 6 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.27 |
| HSL | 74.33º | 0.94% | 0.38% | - |
| HSV(B) | 74.33º | 0.97% | 0.73% | - |
| XYZ | 28.92 | 40.97 | 6.56 | - |
| YUV | 152.62 | 45.25 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 186 | 6 | 0.23 | 0 | 0.97 | 0.27 | 74.33 | 0.94 | 0.38 |
| Hex | 8F | BA | 6 | 17 | 0 | 61 | 1B | 4A | 5E | 26 |
| Octal | 217 | 272 | 6 | 27 | 0 | 141 | 33 | 112 | 136 | 46 |
| Binary | 10001111 | 10111010 | 110 | 10111 | 0 | 1100001 | 11011 | 1001010 | 1011110 | 100110 |
Color Harmonies of #8FBA06
Complementary color
Monochromatic Colors of #8FBA06
Black with #8FBA06
Text Example
Text Example
White with #8FBA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FBA06; }
p { color: rgb(143,186,6); }
H1.HeaderClassName
{
color: #8FBA06;
}
.AnyTagClassName
{
color: #8FBA06;
}
</style>
background-color css
<style>
a { background-color: #8FBA06; }
a { background-color: rgb(143,186,6); }
div.DivClassName
{
background-color: #8FBA06;
}
.BgClassName
{
background-color: #8FBA06;
}
</style>
border-color css
<style>
span { border-color: #8FBA06; }
span { border-color: rgb(143,186,6); }
td.TdClassName
{
border-color: #8FBA06;
}
.TagClassName
{
border-color: #8FBA06;
}
</style>