Shades of Conifer #BAF956
Tints of Conifer #BAF956
RGB
CMYK
RGB Variations
Color information
#BAF956 (or 0xBAF956) is known color: Conifer. HEX triplet: BA, F9 and 56. RGB value is (186,249,86). Sum of RGB (Red+Green+Blue) = 186+249+86=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 249 (97.66% from 255 or 47.79% from 521); Blue value is 86 (33.98% from 255 or 16.51% from 521); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF956 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF956 is #4506A9. Grayscale: #D4D4D4. Windows color (decimal): -4523690 or 5700026. OLE color: 5700026.
HSL color Cylindrical-coordinate representation of color #BAF956: hue angle of 83.19º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAF956 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 86 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.02 |
| HSL | 83.19º | 0.93% | 0.66% | - |
| HSV(B) | 83.19º | 0.65% | 0.98% | - |
| XYZ | 55.81 | 78.86 | 21.08 | - |
| YUV | 211.58 | 57.13 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 86 | 0.25 | 0 | 0.65 | 0.02 | 83.19 | 0.93 | 0.66 |
| Hex | BA | F9 | 56 | 19 | 0 | 41 | 2 | 53 | 5D | 42 |
| Octal | 272 | 371 | 126 | 31 | 0 | 101 | 2 | 123 | 135 | 102 |
| Binary | 10111010 | 11111001 | 1010110 | 11001 | 0 | 1000001 | 10 | 1010011 | 1011101 | 1000010 |
Color Harmonies of #BAF956
Complementary color
Monochromatic Colors of #BAF956
Black with #BAF956
Text Example
Text Example
White with #BAF956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF956; }
p { color: rgb(186,249,86); }
H1.HeaderClassName
{
color: #BAF956;
}
.AnyTagClassName
{
color: #BAF956;
}
</style>
background-color css
<style>
a { background-color: #BAF956; }
a { background-color: rgb(186,249,86); }
div.DivClassName
{
background-color: #BAF956;
}
.BgClassName
{
background-color: #BAF956;
}
</style>
border-color css
<style>
span { border-color: #BAF956; }
span { border-color: rgb(186,249,86); }
td.TdClassName
{
border-color: #BAF956;
}
.TagClassName
{
border-color: #BAF956;
}
</style>