Shades of Conifer #BAFC59
Tints of Conifer #BAFC59
RGB
CMYK
RGB Variations
Color information
#BAFC59 (or 0xBAFC59) is known color: Conifer. HEX triplet: BA, FC and 59. RGB value is (186,252,89). Sum of RGB (Red+Green+Blue) = 186+252+89=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 252 (98.83% from 255 or 47.82% from 527); Blue value is 89 (35.16% from 255 or 16.89% from 527); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFC59 is #4503A6. Grayscale: #D6D6D6. Windows color (decimal): -4522919 or 5897402. OLE color: 5897402.
HSL color Cylindrical-coordinate representation of color #BAFC59: hue angle of 84.29º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAFC59 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 252 | 89 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.01 |
| HSL | 84.29º | 0.96% | 0.67% | - |
| HSV(B) | 84.29º | 0.65% | 0.99% | - |
| XYZ | 56.86 | 80.78 | 22.05 | - |
| YUV | 213.68 | 57.63 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 252 | 89 | 0.26 | 0 | 0.65 | 0.01 | 84.29 | 0.96 | 0.67 |
| Hex | BA | FC | 59 | 1A | 0 | 41 | 1 | 54 | 60 | 43 |
| Octal | 272 | 374 | 131 | 32 | 0 | 101 | 1 | 124 | 140 | 103 |
| Binary | 10111010 | 11111100 | 1011001 | 11010 | 0 | 1000001 | 1 | 1010100 | 1100000 | 1000011 |
Color Harmonies of #BAFC59
Complementary color
Monochromatic Colors of #BAFC59
Black with #BAFC59
Text Example
Text Example
White with #BAFC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFC59; }
p { color: rgb(186,252,89); }
H1.HeaderClassName
{
color: #BAFC59;
}
.AnyTagClassName
{
color: #BAFC59;
}
</style>
background-color css
<style>
a { background-color: #BAFC59; }
a { background-color: rgb(186,252,89); }
div.DivClassName
{
background-color: #BAFC59;
}
.BgClassName
{
background-color: #BAFC59;
}
</style>
border-color css
<style>
span { border-color: #BAFC59; }
span { border-color: rgb(186,252,89); }
td.TdClassName
{
border-color: #BAFC59;
}
.TagClassName
{
border-color: #BAFC59;
}
</style>