Shades of Conifer #BAF756
Tints of Conifer #BAF756
RGB
CMYK
RGB Variations
Color information
#BAF756 (or 0xBAF756) is known color: Conifer. HEX triplet: BA, F7 and 56. RGB value is (186,247,86). Sum of RGB (Red+Green+Blue) = 186+247+86=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 247 (96.88% from 255 or 47.59% from 519); Blue value is 86 (33.98% from 255 or 16.57% from 519); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF756 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF756 is #4508A9. Grayscale: #D2D2D2. Windows color (decimal): -4524202 or 5699514. OLE color: 5699514.
HSL color Cylindrical-coordinate representation of color #BAF756: hue angle of 82.73º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAF756 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 86 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.03 |
| HSL | 82.73º | 0.91% | 0.65% | - |
| HSV(B) | 82.73º | 0.65% | 0.97% | - |
| XYZ | 55.19 | 77.63 | 20.88 | - |
| YUV | 210.41 | 57.79 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 86 | 0.25 | 0 | 0.65 | 0.03 | 82.73 | 0.91 | 0.65 |
| Hex | BA | F7 | 56 | 19 | 0 | 41 | 3 | 53 | 5B | 41 |
| Octal | 272 | 367 | 126 | 31 | 0 | 101 | 3 | 123 | 133 | 101 |
| Binary | 10111010 | 11110111 | 1010110 | 11001 | 0 | 1000001 | 11 | 1010011 | 1011011 | 1000001 |
Color Harmonies of #BAF756
Complementary color
Monochromatic Colors of #BAF756
Black with #BAF756
Text Example
Text Example
White with #BAF756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF756; }
p { color: rgb(186,247,86); }
H1.HeaderClassName
{
color: #BAF756;
}
.AnyTagClassName
{
color: #BAF756;
}
</style>
background-color css
<style>
a { background-color: #BAF756; }
a { background-color: rgb(186,247,86); }
div.DivClassName
{
background-color: #BAF756;
}
.BgClassName
{
background-color: #BAF756;
}
</style>
border-color css
<style>
span { border-color: #BAF756; }
span { border-color: rgb(186,247,86); }
td.TdClassName
{
border-color: #BAF756;
}
.TagClassName
{
border-color: #BAF756;
}
</style>