Shades of Conifer #BAE255
Tints of Conifer #BAE255
RGB
CMYK
RGB Variations
Color information
#BAE255 (or 0xBAE255) is known color: Conifer. HEX triplet: BA, E2 and 55. RGB value is (186,226,85). Sum of RGB (Red+Green+Blue) = 186+226+85=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 226 (88.67% from 255 or 45.47% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 226 - color contains mainly: green. Hex color #BAE255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE255 is #451DAA. Grayscale: #C6C6C6. Windows color (decimal): -4529579 or 5628602. OLE color: 5628602.
HSL color Cylindrical-coordinate representation of color #BAE255: hue angle of 77.02º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAE255 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 226 | 85 | - |
| CMYK | 0.18 | 0 | 0.62 | 0.11 |
| HSL | 77.02º | 0.71% | 0.61% | - |
| HSV(B) | 77.02º | 0.62% | 0.89% | - |
| XYZ | 49.09 | 65.49 | 18.65 | - |
| YUV | 197.97 | 64.25 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 226 | 85 | 0.18 | 0 | 0.62 | 0.11 | 77.02 | 0.71 | 0.61 |
| Hex | BA | E2 | 55 | 12 | 0 | 3E | B | 4D | 47 | 3D |
| Octal | 272 | 342 | 125 | 22 | 0 | 76 | 13 | 115 | 107 | 75 |
| Binary | 10111010 | 11100010 | 1010101 | 10010 | 0 | 111110 | 1011 | 1001101 | 1000111 | 111101 |
Color Harmonies of #BAE255
Complementary color
Monochromatic Colors of #BAE255
Black with #BAE255
Text Example
Text Example
White with #BAE255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE255; }
p { color: rgb(186,226,85); }
H1.HeaderClassName
{
color: #BAE255;
}
.AnyTagClassName
{
color: #BAE255;
}
</style>
background-color css
<style>
a { background-color: #BAE255; }
a { background-color: rgb(186,226,85); }
div.DivClassName
{
background-color: #BAE255;
}
.BgClassName
{
background-color: #BAE255;
}
</style>
border-color css
<style>
span { border-color: #BAE255; }
span { border-color: rgb(186,226,85); }
td.TdClassName
{
border-color: #BAE255;
}
.TagClassName
{
border-color: #BAE255;
}
</style>