Shades of Conifer #BAF359
Tints of Conifer #BAF359
RGB
CMYK
RGB Variations
Color information
#BAF359 (or 0xBAF359) is known color: Conifer. HEX triplet: BA, F3 and 59. RGB value is (186,243,89). Sum of RGB (Red+Green+Blue) = 186+243+89=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 243 (95.31% from 255 or 46.91% from 518); Blue value is 89 (35.16% from 255 or 17.18% from 518); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF359 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF359 is #450CA6. Grayscale: #D0D0D0. Windows color (decimal): -4525223 or 5895098. OLE color: 5895098.
HSL color Cylindrical-coordinate representation of color #BAF359: hue angle of 82.21º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAF359 is Cyan = 0.23, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 89 | - |
| CMYK | 0.23 | 0 | 0.63 | 0.05 |
| HSL | 82.21º | 0.87% | 0.65% | - |
| HSV(B) | 82.21º | 0.63% | 0.95% | - |
| XYZ | 54.1 | 75.26 | 21.13 | - |
| YUV | 208.4 | 60.62 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 89 | 0.23 | 0 | 0.63 | 0.05 | 82.21 | 0.87 | 0.65 |
| Hex | BA | F3 | 59 | 17 | 0 | 3F | 5 | 52 | 57 | 41 |
| Octal | 272 | 363 | 131 | 27 | 0 | 77 | 5 | 122 | 127 | 101 |
| Binary | 10111010 | 11110011 | 1011001 | 10111 | 0 | 111111 | 101 | 1010010 | 1010111 | 1000001 |
Color Harmonies of #BAF359
Complementary color
Monochromatic Colors of #BAF359
Black with #BAF359
Text Example
Text Example
White with #BAF359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF359; }
p { color: rgb(186,243,89); }
H1.HeaderClassName
{
color: #BAF359;
}
.AnyTagClassName
{
color: #BAF359;
}
</style>
background-color css
<style>
a { background-color: #BAF359; }
a { background-color: rgb(186,243,89); }
div.DivClassName
{
background-color: #BAF359;
}
.BgClassName
{
background-color: #BAF359;
}
</style>
border-color css
<style>
span { border-color: #BAF359; }
span { border-color: rgb(186,243,89); }
td.TdClassName
{
border-color: #BAF359;
}
.TagClassName
{
border-color: #BAF359;
}
</style>