Shades of Conifer #BAF652
Tints of Conifer #BAF652
RGB
CMYK
RGB Variations
Color information
#BAF652 (or 0xBAF652) is known color: Conifer. HEX triplet: BA, F6 and 52. RGB value is (186,246,82). Sum of RGB (Red+Green+Blue) = 186+246+82=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 82 (32.42% from 255 or 15.95% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF652 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF652 is #4509AD. Grayscale: #D1D1D1. Windows color (decimal): -4524462 or 5437114. OLE color: 5437114.
HSL color Cylindrical-coordinate representation of color #BAF652: hue angle of 81.95º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAF652 is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 82 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.04 |
| HSL | 81.95º | 0.9% | 0.64% | - |
| HSV(B) | 81.95º | 0.67% | 0.96% | - |
| XYZ | 54.73 | 76.96 | 19.95 | - |
| YUV | 209.36 | 56.12 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 82 | 0.24 | 0 | 0.67 | 0.04 | 81.95 | 0.9 | 0.64 |
| Hex | BA | F6 | 52 | 18 | 0 | 43 | 4 | 52 | 5A | 40 |
| Octal | 272 | 366 | 122 | 30 | 0 | 103 | 4 | 122 | 132 | 100 |
| Binary | 10111010 | 11110110 | 1010010 | 11000 | 0 | 1000011 | 100 | 1010010 | 1011010 | 1000000 |
Color Harmonies of #BAF652
Complementary color
Monochromatic Colors of #BAF652
Black with #BAF652
Text Example
Text Example
White with #BAF652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF652; }
p { color: rgb(186,246,82); }
H1.HeaderClassName
{
color: #BAF652;
}
.AnyTagClassName
{
color: #BAF652;
}
</style>
background-color css
<style>
a { background-color: #BAF652; }
a { background-color: rgb(186,246,82); }
div.DivClassName
{
background-color: #BAF652;
}
.BgClassName
{
background-color: #BAF652;
}
</style>
border-color css
<style>
span { border-color: #BAF652; }
span { border-color: rgb(186,246,82); }
td.TdClassName
{
border-color: #BAF652;
}
.TagClassName
{
border-color: #BAF652;
}
</style>