Shades of Conifer #BAE656
Tints of Conifer #BAE656
RGB
CMYK
RGB Variations
Color information
#BAE656 (or 0xBAE656) is known color: Conifer. HEX triplet: BA, E6 and 56. RGB value is (186,230,86). Sum of RGB (Red+Green+Blue) = 186+230+86=502 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.05% from 502); Green value is 230 (90.23% from 255 or 45.82% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE656 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE656 is #4519A9. Grayscale: #C8C8C8. Windows color (decimal): -4528554 or 5695162. OLE color: 5695162.
HSL color Cylindrical-coordinate representation of color #BAE656: hue angle of 78.33º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BAE656 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 86 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.10 |
| HSL | 78.33º | 0.74% | 0.62% | - |
| HSV(B) | 78.33º | 0.63% | 0.9% | - |
| XYZ | 50.23 | 67.7 | 19.23 | - |
| YUV | 200.43 | 63.42 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 86 | 0.19 | 0 | 0.63 | 0.10 | 78.33 | 0.74 | 0.62 |
| Hex | BA | E6 | 56 | 13 | 0 | 3F | A | 4E | 4A | 3E |
| Octal | 272 | 346 | 126 | 23 | 0 | 77 | 12 | 116 | 112 | 76 |
| Binary | 10111010 | 11100110 | 1010110 | 10011 | 0 | 111111 | 1010 | 1001110 | 1001010 | 111110 |
Color Harmonies of #BAE656
Complementary color
Monochromatic Colors of #BAE656
Black with #BAE656
Text Example
Text Example
White with #BAE656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE656; }
p { color: rgb(186,230,86); }
H1.HeaderClassName
{
color: #BAE656;
}
.AnyTagClassName
{
color: #BAE656;
}
</style>
background-color css
<style>
a { background-color: #BAE656; }
a { background-color: rgb(186,230,86); }
div.DivClassName
{
background-color: #BAE656;
}
.BgClassName
{
background-color: #BAE656;
}
</style>
border-color css
<style>
span { border-color: #BAE656; }
span { border-color: rgb(186,230,86); }
td.TdClassName
{
border-color: #BAE656;
}
.TagClassName
{
border-color: #BAE656;
}
</style>