Shades of Conifer #BAE758
Tints of Conifer #BAE758
RGB
CMYK
RGB Variations
Color information
#BAE758 (or 0xBAE758) is known color: Conifer. HEX triplet: BA, E7 and 58. RGB value is (186,231,88). Sum of RGB (Red+Green+Blue) = 186+231+88=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 231 (90.62% from 255 or 45.74% from 505); Blue value is 88 (34.77% from 255 or 17.43% from 505); Max value from RGB is 231 - color contains mainly: green. Hex color #BAE758 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE758 is #4518A7. Grayscale: #C9C9C9. Windows color (decimal): -4528296 or 5826490. OLE color: 5826490.
HSL color Cylindrical-coordinate representation of color #BAE758: hue angle of 78.88º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAE758 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 231 | 88 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.09 |
| HSL | 78.88º | 0.75% | 0.63% | - |
| HSV(B) | 78.88º | 0.62% | 0.91% | - |
| XYZ | 50.59 | 68.3 | 19.75 | - |
| YUV | 201.24 | 64.09 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 231 | 88 | 0.19 | 0 | 0.62 | 0.09 | 78.88 | 0.75 | 0.63 |
| Hex | BA | E7 | 58 | 13 | 0 | 3E | 9 | 4F | 4B | 3F |
| Octal | 272 | 347 | 130 | 23 | 0 | 76 | 11 | 117 | 113 | 77 |
| Binary | 10111010 | 11100111 | 1011000 | 10011 | 0 | 111110 | 1001 | 1001111 | 1001011 | 111111 |
Color Harmonies of #BAE758
Complementary color
Monochromatic Colors of #BAE758
Black with #BAE758
Text Example
Text Example
White with #BAE758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE758; }
p { color: rgb(186,231,88); }
H1.HeaderClassName
{
color: #BAE758;
}
.AnyTagClassName
{
color: #BAE758;
}
</style>
background-color css
<style>
a { background-color: #BAE758; }
a { background-color: rgb(186,231,88); }
div.DivClassName
{
background-color: #BAE758;
}
.BgClassName
{
background-color: #BAE758;
}
</style>
border-color css
<style>
span { border-color: #BAE758; }
span { border-color: rgb(186,231,88); }
td.TdClassName
{
border-color: #BAE758;
}
.TagClassName
{
border-color: #BAE758;
}
</style>