Shades of Conifer #BAF655
Tints of Conifer #BAF655
RGB
CMYK
RGB Variations
Color information
#BAF655 (or 0xBAF655) is known color: Conifer. HEX triplet: BA, F6 and 55. RGB value is (186,246,85). Sum of RGB (Red+Green+Blue) = 186+246+85=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 246 (96.48% from 255 or 47.58% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF655 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF655 is #4509AA. Grayscale: #D2D2D2. Windows color (decimal): -4524459 or 5633722. OLE color: 5633722.
HSL color Cylindrical-coordinate representation of color #BAF655: hue angle of 82.36º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAF655 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 85 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.04 |
| HSL | 82.36º | 0.9% | 0.65% | - |
| HSV(B) | 82.36º | 0.65% | 0.96% | - |
| XYZ | 54.85 | 77.01 | 20.57 | - |
| YUV | 209.71 | 57.62 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 85 | 0.24 | 0 | 0.65 | 0.04 | 82.36 | 0.9 | 0.65 |
| Hex | BA | F6 | 55 | 18 | 0 | 41 | 4 | 52 | 5A | 41 |
| Octal | 272 | 366 | 125 | 30 | 0 | 101 | 4 | 122 | 132 | 101 |
| Binary | 10111010 | 11110110 | 1010101 | 11000 | 0 | 1000001 | 100 | 1010010 | 1011010 | 1000001 |
Color Harmonies of #BAF655
Complementary color
Monochromatic Colors of #BAF655
Black with #BAF655
Text Example
Text Example
White with #BAF655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF655; }
p { color: rgb(186,246,85); }
H1.HeaderClassName
{
color: #BAF655;
}
.AnyTagClassName
{
color: #BAF655;
}
</style>
background-color css
<style>
a { background-color: #BAF655; }
a { background-color: rgb(186,246,85); }
div.DivClassName
{
background-color: #BAF655;
}
.BgClassName
{
background-color: #BAF655;
}
</style>
border-color css
<style>
span { border-color: #BAF655; }
span { border-color: rgb(186,246,85); }
td.TdClassName
{
border-color: #BAF655;
}
.TagClassName
{
border-color: #BAF655;
}
</style>