Shades of Conifer #BAF15C
Tints of Conifer #BAF15C
RGB
CMYK
RGB Variations
Color information
#BAF15C (or 0xBAF15C) is known color: Conifer. HEX triplet: BA, F1 and 5C. RGB value is (186,241,92). Sum of RGB (Red+Green+Blue) = 186+241+92=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 92 (36.33% from 255 or 17.73% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF15C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF15C is #450EA3. Grayscale: #D0D0D0. Windows color (decimal): -4525732 or 6091194. OLE color: 6091194.
HSL color Cylindrical-coordinate representation of color #BAF15C: hue angle of 82.15º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAF15C is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 241 | 92 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.05 |
| HSL | 82.15º | 0.84% | 0.65% | - |
| HSV(B) | 82.15º | 0.62% | 0.95% | - |
| XYZ | 53.64 | 74.12 | 21.61 | - |
| YUV | 207.57 | 62.78 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 241 | 92 | 0.23 | 0 | 0.62 | 0.05 | 82.15 | 0.84 | 0.65 |
| Hex | BA | F1 | 5C | 17 | 0 | 3E | 5 | 52 | 54 | 41 |
| Octal | 272 | 361 | 134 | 27 | 0 | 76 | 5 | 122 | 124 | 101 |
| Binary | 10111010 | 11110001 | 1011100 | 10111 | 0 | 111110 | 101 | 1010010 | 1010100 | 1000001 |
Color Harmonies of #BAF15C
Complementary color
Monochromatic Colors of #BAF15C
Black with #BAF15C
Text Example
Text Example
White with #BAF15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF15C; }
p { color: rgb(186,241,92); }
H1.HeaderClassName
{
color: #BAF15C;
}
.AnyTagClassName
{
color: #BAF15C;
}
</style>
background-color css
<style>
a { background-color: #BAF15C; }
a { background-color: rgb(186,241,92); }
div.DivClassName
{
background-color: #BAF15C;
}
.BgClassName
{
background-color: #BAF15C;
}
</style>
border-color css
<style>
span { border-color: #BAF15C; }
span { border-color: rgb(186,241,92); }
td.TdClassName
{
border-color: #BAF15C;
}
.TagClassName
{
border-color: #BAF15C;
}
</style>