Shades of Conifer #BAF663
Tints of Conifer #BAF663
RGB
CMYK
RGB Variations
Color information
#BAF663 (or 0xBAF663) is known color: Conifer. HEX triplet: BA, F6 and 63. RGB value is (186,246,99). Sum of RGB (Red+Green+Blue) = 186+246+99=531 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.03% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF663 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF663 is #45099C. Grayscale: #D3D3D3. Windows color (decimal): -4524445 or 6551226. OLE color: 6551226.
HSL color Cylindrical-coordinate representation of color #BAF663: hue angle of 84.49º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BAF663 is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 99 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.04 |
| HSL | 84.49º | 0.89% | 0.68% | - |
| HSV(B) | 84.49º | 0.6% | 0.96% | - |
| XYZ | 55.46 | 77.25 | 23.79 | - |
| YUV | 211.3 | 64.62 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 99 | 0.24 | 0 | 0.60 | 0.04 | 84.49 | 0.89 | 0.68 |
| Hex | BA | F6 | 63 | 18 | 0 | 3C | 4 | 54 | 59 | 44 |
| Octal | 272 | 366 | 143 | 30 | 0 | 74 | 4 | 124 | 131 | 104 |
| Binary | 10111010 | 11110110 | 1100011 | 11000 | 0 | 111100 | 100 | 1010100 | 1011001 | 1000100 |
Color Harmonies of #BAF663
Complementary color
Monochromatic Colors of #BAF663
Black with #BAF663
Text Example
Text Example
White with #BAF663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF663; }
p { color: rgb(186,246,99); }
H1.HeaderClassName
{
color: #BAF663;
}
.AnyTagClassName
{
color: #BAF663;
}
</style>
background-color css
<style>
a { background-color: #BAF663; }
a { background-color: rgb(186,246,99); }
div.DivClassName
{
background-color: #BAF663;
}
.BgClassName
{
background-color: #BAF663;
}
</style>
border-color css
<style>
span { border-color: #BAF663; }
span { border-color: rgb(186,246,99); }
td.TdClassName
{
border-color: #BAF663;
}
.TagClassName
{
border-color: #BAF663;
}
</style>