Shades of Conifer #BAF959
Tints of Conifer #BAF959
RGB
CMYK
RGB Variations
Color information
#BAF959 (or 0xBAF959) is known color: Conifer. HEX triplet: BA, F9 and 59. RGB value is (186,249,89). Sum of RGB (Red+Green+Blue) = 186+249+89=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 249 (97.66% from 255 or 47.52% from 524); Blue value is 89 (35.16% from 255 or 16.98% from 524); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF959 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF959 is #4506A6. Grayscale: #D4D4D4. Windows color (decimal): -4523687 or 5896634. OLE color: 5896634.
HSL color Cylindrical-coordinate representation of color #BAF959: hue angle of 83.62º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAF959 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 89 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.02 |
| HSL | 83.63º | 0.93% | 0.66% | - |
| HSV(B) | 83.63º | 0.64% | 0.98% | - |
| XYZ | 55.93 | 78.91 | 21.73 | - |
| YUV | 211.92 | 58.63 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 89 | 0.25 | 0 | 0.64 | 0.02 | 83.63 | 0.93 | 0.66 |
| Hex | BA | F9 | 59 | 19 | 0 | 40 | 2 | 54 | 5D | 42 |
| Octal | 272 | 371 | 131 | 31 | 0 | 100 | 2 | 124 | 135 | 102 |
| Binary | 10111010 | 11111001 | 1011001 | 11001 | 0 | 1000000 | 10 | 1010100 | 1011101 | 1000010 |
Color Harmonies of #BAF959
Complementary color
Monochromatic Colors of #BAF959
Black with #BAF959
Text Example
Text Example
White with #BAF959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF959; }
p { color: rgb(186,249,89); }
H1.HeaderClassName
{
color: #BAF959;
}
.AnyTagClassName
{
color: #BAF959;
}
</style>
background-color css
<style>
a { background-color: #BAF959; }
a { background-color: rgb(186,249,89); }
div.DivClassName
{
background-color: #BAF959;
}
.BgClassName
{
background-color: #BAF959;
}
</style>
border-color css
<style>
span { border-color: #BAF959; }
span { border-color: rgb(186,249,89); }
td.TdClassName
{
border-color: #BAF959;
}
.TagClassName
{
border-color: #BAF959;
}
</style>