Shades of Conifer #BAE850
Tints of Conifer #BAE850
RGB
CMYK
RGB Variations
Color information
#BAE850 (or 0xBAE850) is known color: Conifer. HEX triplet: BA, E8 and 50. RGB value is (186,232,80). Sum of RGB (Red+Green+Blue) = 186+232+80=498 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.35% from 498); Green value is 232 (91.02% from 255 or 46.59% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE850 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE850 is #4517AF. Grayscale: #C9C9C9. Windows color (decimal): -4528048 or 5302458. OLE color: 5302458.
HSL color Cylindrical-coordinate representation of color #BAE850: hue angle of 78.16º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAE850 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 80 | - |
| CMYK | 0.20 | 0 | 0.66 | 0.09 |
| HSL | 78.16º | 0.77% | 0.61% | - |
| HSV(B) | 78.16º | 0.66% | 0.91% | - |
| XYZ | 50.55 | 68.73 | 18.19 | - |
| YUV | 200.92 | 59.76 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 80 | 0.20 | 0 | 0.66 | 0.09 | 78.16 | 0.77 | 0.61 |
| Hex | BA | E8 | 50 | 14 | 0 | 42 | 9 | 4E | 4D | 3D |
| Octal | 272 | 350 | 120 | 24 | 0 | 102 | 11 | 116 | 115 | 75 |
| Binary | 10111010 | 11101000 | 1010000 | 10100 | 0 | 1000010 | 1001 | 1001110 | 1001101 | 111101 |
Color Harmonies of #BAE850
Complementary color
Monochromatic Colors of #BAE850
Black with #BAE850
Text Example
Text Example
White with #BAE850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE850; }
p { color: rgb(186,232,80); }
H1.HeaderClassName
{
color: #BAE850;
}
.AnyTagClassName
{
color: #BAE850;
}
</style>
background-color css
<style>
a { background-color: #BAE850; }
a { background-color: rgb(186,232,80); }
div.DivClassName
{
background-color: #BAE850;
}
.BgClassName
{
background-color: #BAE850;
}
</style>
border-color css
<style>
span { border-color: #BAE850; }
span { border-color: rgb(186,232,80); }
td.TdClassName
{
border-color: #BAE850;
}
.TagClassName
{
border-color: #BAE850;
}
</style>