Shades of Conifer #BAF653
Tints of Conifer #BAF653
RGB
CMYK
RGB Variations
Color information
#BAF653 (or 0xBAF653) is known color: Conifer. HEX triplet: BA, F6 and 53. RGB value is (186,246,83). Sum of RGB (Red+Green+Blue) = 186+246+83=515 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.12% from 515); Green value is 246 (96.48% from 255 or 47.77% from 515); Blue value is 83 (32.81% from 255 or 16.12% from 515); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF653 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF653 is #4509AC. Grayscale: #D2D2D2. Windows color (decimal): -4524461 or 5502650. OLE color: 5502650.
HSL color Cylindrical-coordinate representation of color #BAF653: hue angle of 82.09º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAF653 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 83 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.04 |
| HSL | 82.09º | 0.9% | 0.65% | - |
| HSV(B) | 82.09º | 0.66% | 0.96% | - |
| XYZ | 54.77 | 76.98 | 20.15 | - |
| YUV | 209.48 | 56.62 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 83 | 0.24 | 0 | 0.66 | 0.04 | 82.09 | 0.9 | 0.65 |
| Hex | BA | F6 | 53 | 18 | 0 | 42 | 4 | 52 | 5A | 41 |
| Octal | 272 | 366 | 123 | 30 | 0 | 102 | 4 | 122 | 132 | 101 |
| Binary | 10111010 | 11110110 | 1010011 | 11000 | 0 | 1000010 | 100 | 1010010 | 1011010 | 1000001 |
Color Harmonies of #BAF653
Complementary color
Monochromatic Colors of #BAF653
Black with #BAF653
Text Example
Text Example
White with #BAF653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF653; }
p { color: rgb(186,246,83); }
H1.HeaderClassName
{
color: #BAF653;
}
.AnyTagClassName
{
color: #BAF653;
}
</style>
background-color css
<style>
a { background-color: #BAF653; }
a { background-color: rgb(186,246,83); }
div.DivClassName
{
background-color: #BAF653;
}
.BgClassName
{
background-color: #BAF653;
}
</style>
border-color css
<style>
span { border-color: #BAF653; }
span { border-color: rgb(186,246,83); }
td.TdClassName
{
border-color: #BAF653;
}
.TagClassName
{
border-color: #BAF653;
}
</style>