Shades of Conifer #BAF459
Tints of Conifer #BAF459
RGB
CMYK
RGB Variations
Color information
#BAF459 (or 0xBAF459) is known color: Conifer. HEX triplet: BA, F4 and 59. RGB value is (186,244,89). Sum of RGB (Red+Green+Blue) = 186+244+89=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 244 (95.70% from 255 or 47.01% from 519); Blue value is 89 (35.16% from 255 or 17.15% from 519); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF459 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF459 is #450BA6. Grayscale: #D1D1D1. Windows color (decimal): -4524967 or 5895354. OLE color: 5895354.
HSL color Cylindrical-coordinate representation of color #BAF459: hue angle of 82.45º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAF459 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 89 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.04 |
| HSL | 82.45º | 0.88% | 0.65% | - |
| HSV(B) | 82.45º | 0.64% | 0.96% | - |
| XYZ | 54.4 | 75.86 | 21.23 | - |
| YUV | 208.99 | 60.28 | 111.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 89 | 0.24 | 0 | 0.64 | 0.04 | 82.45 | 0.88 | 0.65 |
| Hex | BA | F4 | 59 | 18 | 0 | 40 | 4 | 52 | 58 | 41 |
| Octal | 272 | 364 | 131 | 30 | 0 | 100 | 4 | 122 | 130 | 101 |
| Binary | 10111010 | 11110100 | 1011001 | 11000 | 0 | 1000000 | 100 | 1010010 | 1011000 | 1000001 |
Color Harmonies of #BAF459
Complementary color
Monochromatic Colors of #BAF459
Black with #BAF459
Text Example
Text Example
White with #BAF459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF459; }
p { color: rgb(186,244,89); }
H1.HeaderClassName
{
color: #BAF459;
}
.AnyTagClassName
{
color: #BAF459;
}
</style>
background-color css
<style>
a { background-color: #BAF459; }
a { background-color: rgb(186,244,89); }
div.DivClassName
{
background-color: #BAF459;
}
.BgClassName
{
background-color: #BAF459;
}
</style>
border-color css
<style>
span { border-color: #BAF459; }
span { border-color: rgb(186,244,89); }
td.TdClassName
{
border-color: #BAF459;
}
.TagClassName
{
border-color: #BAF459;
}
</style>