Shades of Conifer #BAF05C
Tints of Conifer #BAF05C
RGB
CMYK
RGB Variations
Color information
#BAF05C (or 0xBAF05C) is known color: Conifer. HEX triplet: BA, F0 and 5C. RGB value is (186,240,92). Sum of RGB (Red+Green+Blue) = 186+240+92=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 92 (36.33% from 255 or 17.76% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF05C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF05C is #450FA3. Grayscale: #CFCFCF. Windows color (decimal): -4525988 or 6090938. OLE color: 6090938.
HSL color Cylindrical-coordinate representation of color #BAF05C: hue angle of 81.89º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAF05C is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 92 | - |
| CMYK | 0.22 | 0 | 0.62 | 0.06 |
| HSL | 81.89º | 0.83% | 0.65% | - |
| HSV(B) | 81.89º | 0.62% | 0.94% | - |
| XYZ | 53.34 | 73.53 | 21.51 | - |
| YUV | 206.98 | 63.11 | 113.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 92 | 0.22 | 0 | 0.62 | 0.06 | 81.89 | 0.83 | 0.65 |
| Hex | BA | F0 | 5C | 16 | 0 | 3E | 6 | 52 | 53 | 41 |
| Octal | 272 | 360 | 134 | 26 | 0 | 76 | 6 | 122 | 123 | 101 |
| Binary | 10111010 | 11110000 | 1011100 | 10110 | 0 | 111110 | 110 | 1010010 | 1010011 | 1000001 |
Color Harmonies of #BAF05C
Complementary color
Monochromatic Colors of #BAF05C
Black with #BAF05C
Text Example
Text Example
White with #BAF05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF05C; }
p { color: rgb(186,240,92); }
H1.HeaderClassName
{
color: #BAF05C;
}
.AnyTagClassName
{
color: #BAF05C;
}
</style>
background-color css
<style>
a { background-color: #BAF05C; }
a { background-color: rgb(186,240,92); }
div.DivClassName
{
background-color: #BAF05C;
}
.BgClassName
{
background-color: #BAF05C;
}
</style>
border-color css
<style>
span { border-color: #BAF05C; }
span { border-color: rgb(186,240,92); }
td.TdClassName
{
border-color: #BAF05C;
}
.TagClassName
{
border-color: #BAF05C;
}
</style>