Shades of Conifer #BAE745
Tints of Conifer #BAE745
RGB
CMYK
RGB Variations
Color information
#BAE745 (or 0xBAE745) is known color: Conifer. HEX triplet: BA, E7 and 45. RGB value is (186,231,69). Sum of RGB (Red+Green+Blue) = 186+231+69=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 231 (90.62% from 255 or 47.53% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE745 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE745 is #4518BA. Grayscale: #C7C7C7. Windows color (decimal): -4528315 or 4581306. OLE color: 4581306.
HSL color Cylindrical-coordinate representation of color #BAE745: hue angle of 76.67º 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 #BAE745 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 69 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.09 |
| HSL | 76.67º | 0.77% | 0.59% | - |
| HSV(B) | 76.67º | 0.7% | 0.91% | - |
| XYZ | 49.9 | 68.02 | 16.13 | - |
| YUV | 199.08 | 54.59 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 69 | 0.19 | 0 | 0.70 | 0.09 | 76.67 | 0.77 | 0.59 |
| Hex | BA | E7 | 45 | 13 | 0 | 46 | 9 | 4D | 4D | 3B |
| Octal | 272 | 347 | 105 | 23 | 0 | 106 | 11 | 115 | 115 | 73 |
| Binary | 10111010 | 11100111 | 1000101 | 10011 | 0 | 1000110 | 1001 | 1001101 | 1001101 | 111011 |
Color Harmonies of #BAE745
Complementary color
Monochromatic Colors of #BAE745
Black with #BAE745
Text Example
Text Example
White with #BAE745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE745; }
p { color: rgb(186,231,69); }
H1.HeaderClassName
{
color: #BAE745;
}
.AnyTagClassName
{
color: #BAE745;
}
</style>
background-color css
<style>
a { background-color: #BAE745; }
a { background-color: rgb(186,231,69); }
div.DivClassName
{
background-color: #BAE745;
}
.BgClassName
{
background-color: #BAE745;
}
</style>
border-color css
<style>
span { border-color: #BAE745; }
span { border-color: rgb(186,231,69); }
td.TdClassName
{
border-color: #BAE745;
}
.TagClassName
{
border-color: #BAE745;
}
</style>