Shades of Conifer #BAF657
Tints of Conifer #BAF657
RGB
CMYK
RGB Variations
Color information
#BAF657 (or 0xBAF657) is known color: Conifer. HEX triplet: BA, F6 and 57. RGB value is (186,246,87). Sum of RGB (Red+Green+Blue) = 186+246+87=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 246 (96.48% from 255 or 47.40% from 519); Blue value is 87 (34.38% from 255 or 16.76% from 519); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF657 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF657 is #4509A8. Grayscale: #D2D2D2. Windows color (decimal): -4524457 or 5764794. OLE color: 5764794.
HSL color Cylindrical-coordinate representation of color #BAF657: hue angle of 82.64º 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 #BAF657 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 87 | - |
| CMYK | 0.24 | 0 | 0.65 | 0.04 |
| HSL | 82.64º | 0.9% | 0.65% | - |
| HSV(B) | 82.64º | 0.65% | 0.96% | - |
| XYZ | 54.93 | 77.04 | 20.99 | - |
| YUV | 209.93 | 58.62 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 87 | 0.24 | 0 | 0.65 | 0.04 | 82.64 | 0.9 | 0.65 |
| Hex | BA | F6 | 57 | 18 | 0 | 41 | 4 | 53 | 5A | 41 |
| Octal | 272 | 366 | 127 | 30 | 0 | 101 | 4 | 123 | 132 | 101 |
| Binary | 10111010 | 11110110 | 1010111 | 11000 | 0 | 1000001 | 100 | 1010011 | 1011010 | 1000001 |
Color Harmonies of #BAF657
Complementary color
Monochromatic Colors of #BAF657
Black with #BAF657
Text Example
Text Example
White with #BAF657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF657; }
p { color: rgb(186,246,87); }
H1.HeaderClassName
{
color: #BAF657;
}
.AnyTagClassName
{
color: #BAF657;
}
</style>
background-color css
<style>
a { background-color: #BAF657; }
a { background-color: rgb(186,246,87); }
div.DivClassName
{
background-color: #BAF657;
}
.BgClassName
{
background-color: #BAF657;
}
</style>
border-color css
<style>
span { border-color: #BAF657; }
span { border-color: rgb(186,246,87); }
td.TdClassName
{
border-color: #BAF657;
}
.TagClassName
{
border-color: #BAF657;
}
</style>