Shades of Conifer #BAE755
Tints of Conifer #BAE755
RGB
CMYK
RGB Variations
Color information
#BAE755 (or 0xBAE755) is known color: Conifer. HEX triplet: BA, E7 and 55. RGB value is (186,231,85). Sum of RGB (Red+Green+Blue) = 186+231+85=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 231 (90.62% from 255 or 46.02% from 502); Blue value is 85 (33.59% from 255 or 16.93% from 502); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE755 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE755 is #4518AA. Grayscale: #C9C9C9. Windows color (decimal): -4528299 or 5629882. OLE color: 5629882.
HSL color Cylindrical-coordinate representation of color #BAE755: hue angle of 78.49º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAE755 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 85 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.09 |
| HSL | 78.49º | 0.75% | 0.62% | - |
| HSV(B) | 78.49º | 0.63% | 0.91% | - |
| XYZ | 50.47 | 68.25 | 19.11 | - |
| YUV | 200.9 | 62.59 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 85 | 0.19 | 0 | 0.63 | 0.09 | 78.49 | 0.75 | 0.62 |
| Hex | BA | E7 | 55 | 13 | 0 | 3F | 9 | 4E | 4B | 3E |
| Octal | 272 | 347 | 125 | 23 | 0 | 77 | 11 | 116 | 113 | 76 |
| Binary | 10111010 | 11100111 | 1010101 | 10011 | 0 | 111111 | 1001 | 1001110 | 1001011 | 111110 |
Color Harmonies of #BAE755
Complementary color
Monochromatic Colors of #BAE755
Black with #BAE755
Text Example
Text Example
White with #BAE755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE755; }
p { color: rgb(186,231,85); }
H1.HeaderClassName
{
color: #BAE755;
}
.AnyTagClassName
{
color: #BAE755;
}
</style>
background-color css
<style>
a { background-color: #BAE755; }
a { background-color: rgb(186,231,85); }
div.DivClassName
{
background-color: #BAE755;
}
.BgClassName
{
background-color: #BAE755;
}
</style>
border-color css
<style>
span { border-color: #BAE755; }
span { border-color: rgb(186,231,85); }
td.TdClassName
{
border-color: #BAE755;
}
.TagClassName
{
border-color: #BAE755;
}
</style>