Shades of Conifer #BAF65F
Tints of Conifer #BAF65F
RGB
CMYK
RGB Variations
Color information
#BAF65F (or 0xBAF65F) is known color: Conifer. HEX triplet: BA, F6 and 5F. RGB value is (186,246,95). Sum of RGB (Red+Green+Blue) = 186+246+95=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 246 (96.48% from 255 or 46.68% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF65F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF65F is #4509A0. Grayscale: #D3D3D3. Windows color (decimal): -4524449 or 6289082. OLE color: 6289082.
HSL color Cylindrical-coordinate representation of color #BAF65F: hue angle of 83.84º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAF65F is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 95 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.04 |
| HSL | 83.84º | 0.89% | 0.67% | - |
| HSV(B) | 83.84º | 0.61% | 0.96% | - |
| XYZ | 55.27 | 77.18 | 22.81 | - |
| YUV | 210.85 | 62.62 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 95 | 0.24 | 0 | 0.61 | 0.04 | 83.84 | 0.89 | 0.67 |
| Hex | BA | F6 | 5F | 18 | 0 | 3D | 4 | 54 | 59 | 43 |
| Octal | 272 | 366 | 137 | 30 | 0 | 75 | 4 | 124 | 131 | 103 |
| Binary | 10111010 | 11110110 | 1011111 | 11000 | 0 | 111101 | 100 | 1010100 | 1011001 | 1000011 |
Color Harmonies of #BAF65F
Complementary color
Monochromatic Colors of #BAF65F
Black with #BAF65F
Text Example
Text Example
White with #BAF65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF65F; }
p { color: rgb(186,246,95); }
H1.HeaderClassName
{
color: #BAF65F;
}
.AnyTagClassName
{
color: #BAF65F;
}
</style>
background-color css
<style>
a { background-color: #BAF65F; }
a { background-color: rgb(186,246,95); }
div.DivClassName
{
background-color: #BAF65F;
}
.BgClassName
{
background-color: #BAF65F;
}
</style>
border-color css
<style>
span { border-color: #BAF65F; }
span { border-color: rgb(186,246,95); }
td.TdClassName
{
border-color: #BAF65F;
}
.TagClassName
{
border-color: #BAF65F;
}
</style>