Shades of Conifer #BAF356
Tints of Conifer #BAF356
RGB
CMYK
RGB Variations
Color information
#BAF356 (or 0xBAF356) is known color: Conifer. HEX triplet: BA, F3 and 56. RGB value is (186,243,86). Sum of RGB (Red+Green+Blue) = 186+243+86=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 243 (95.31% from 255 or 47.18% from 515); Blue value is 86 (33.98% from 255 or 16.70% from 515); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF356 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF356 is #450CA9. Grayscale: #D0D0D0. Windows color (decimal): -4525226 or 5698490. OLE color: 5698490.
HSL color Cylindrical-coordinate representation of color #BAF356: hue angle of 81.78º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAF356 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 243 | 86 | - |
| CMYK | 0.23 | 0 | 0.65 | 0.05 |
| HSL | 81.78º | 0.87% | 0.65% | - |
| HSV(B) | 81.78º | 0.65% | 0.95% | - |
| XYZ | 53.98 | 75.21 | 20.48 | - |
| YUV | 208.06 | 59.12 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 243 | 86 | 0.23 | 0 | 0.65 | 0.05 | 81.78 | 0.87 | 0.65 |
| Hex | BA | F3 | 56 | 17 | 0 | 41 | 5 | 52 | 57 | 41 |
| Octal | 272 | 363 | 126 | 27 | 0 | 101 | 5 | 122 | 127 | 101 |
| Binary | 10111010 | 11110011 | 1010110 | 10111 | 0 | 1000001 | 101 | 1010010 | 1010111 | 1000001 |
Color Harmonies of #BAF356
Complementary color
Monochromatic Colors of #BAF356
Black with #BAF356
Text Example
Text Example
White with #BAF356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF356; }
p { color: rgb(186,243,86); }
H1.HeaderClassName
{
color: #BAF356;
}
.AnyTagClassName
{
color: #BAF356;
}
</style>
background-color css
<style>
a { background-color: #BAF356; }
a { background-color: rgb(186,243,86); }
div.DivClassName
{
background-color: #BAF356;
}
.BgClassName
{
background-color: #BAF356;
}
</style>
border-color css
<style>
span { border-color: #BAF356; }
span { border-color: rgb(186,243,86); }
td.TdClassName
{
border-color: #BAF356;
}
.TagClassName
{
border-color: #BAF356;
}
</style>