Shades of Conifer #BAE746
Tints of Conifer #BAE746
RGB
CMYK
RGB Variations
Color information
#BAE746 (or 0xBAE746) is known color: Conifer. HEX triplet: BA, E7 and 46. RGB value is (186,231,70). Sum of RGB (Red+Green+Blue) = 186+231+70=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 70 (27.73% from 255 or 14.37% from 487); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE746 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE746 is #4518B9. Grayscale: #C7C7C7. Windows color (decimal): -4528314 or 4646842. OLE color: 4646842.
HSL color Cylindrical-coordinate representation of color #BAE746: hue angle of 76.77º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAE746 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 70 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.09 |
| HSL | 76.77º | 0.77% | 0.59% | - |
| HSV(B) | 76.77º | 0.7% | 0.91% | - |
| XYZ | 49.93 | 68.03 | 16.29 | - |
| YUV | 199.19 | 55.09 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 70 | 0.19 | 0 | 0.70 | 0.09 | 76.77 | 0.77 | 0.59 |
| Hex | BA | E7 | 46 | 13 | 0 | 46 | 9 | 4D | 4D | 3B |
| Octal | 272 | 347 | 106 | 23 | 0 | 106 | 11 | 115 | 115 | 73 |
| Binary | 10111010 | 11100111 | 1000110 | 10011 | 0 | 1000110 | 1001 | 1001101 | 1001101 | 111011 |
Color Harmonies of #BAE746
Complementary color
Monochromatic Colors of #BAE746
Black with #BAE746
Text Example
Text Example
White with #BAE746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE746; }
p { color: rgb(186,231,70); }
H1.HeaderClassName
{
color: #BAE746;
}
.AnyTagClassName
{
color: #BAE746;
}
</style>
background-color css
<style>
a { background-color: #BAE746; }
a { background-color: rgb(186,231,70); }
div.DivClassName
{
background-color: #BAE746;
}
.BgClassName
{
background-color: #BAE746;
}
</style>
border-color css
<style>
span { border-color: #BAE746; }
span { border-color: rgb(186,231,70); }
td.TdClassName
{
border-color: #BAE746;
}
.TagClassName
{
border-color: #BAE746;
}
</style>