Shades of Conifer #BAF265
Tints of Conifer #BAF265
RGB
CMYK
RGB Variations
Color information
#BAF265 (or 0xBAF265) is known color: Conifer. HEX triplet: BA, F2 and 65. RGB value is (186,242,101). Sum of RGB (Red+Green+Blue) = 186+242+101=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 101 (39.84% from 255 or 19.09% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF265 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF265 is #450D9A. Grayscale: #D1D1D1. Windows color (decimal): -4525467 or 6681274. OLE color: 6681274.
HSL color Cylindrical-coordinate representation of color #BAF265: hue angle of 83.83º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAF265 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 242 | 101 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.05 |
| HSL | 83.83º | 0.84% | 0.67% | - |
| HSV(B) | 83.83º | 0.58% | 0.95% | - |
| XYZ | 54.35 | 74.88 | 23.9 | - |
| YUV | 209.18 | 66.95 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 242 | 101 | 0.23 | 0 | 0.58 | 0.05 | 83.83 | 0.84 | 0.67 |
| Hex | BA | F2 | 65 | 17 | 0 | 3A | 5 | 54 | 54 | 43 |
| Octal | 272 | 362 | 145 | 27 | 0 | 72 | 5 | 124 | 124 | 103 |
| Binary | 10111010 | 11110010 | 1100101 | 10111 | 0 | 111010 | 101 | 1010100 | 1010100 | 1000011 |
Color Harmonies of #BAF265
Complementary color
Monochromatic Colors of #BAF265
Black with #BAF265
Text Example
Text Example
White with #BAF265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF265; }
p { color: rgb(186,242,101); }
H1.HeaderClassName
{
color: #BAF265;
}
.AnyTagClassName
{
color: #BAF265;
}
</style>
background-color css
<style>
a { background-color: #BAF265; }
a { background-color: rgb(186,242,101); }
div.DivClassName
{
background-color: #BAF265;
}
.BgClassName
{
background-color: #BAF265;
}
</style>
border-color css
<style>
span { border-color: #BAF265; }
span { border-color: rgb(186,242,101); }
td.TdClassName
{
border-color: #BAF265;
}
.TagClassName
{
border-color: #BAF265;
}
</style>