Shades of Conifer #BAE655
Tints of Conifer #BAE655
RGB
CMYK
RGB Variations
Color information
#BAE655 (or 0xBAE655) is known color: Conifer. HEX triplet: BA, E6 and 55. RGB value is (186,230,85). Sum of RGB (Red+Green+Blue) = 186+230+85=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE655 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE655 is #4519AA. Grayscale: #C8C8C8. Windows color (decimal): -4528555 or 5629626. OLE color: 5629626.
HSL color Cylindrical-coordinate representation of color #BAE655: hue angle of 78.21º 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 #BAE655 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 85 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.10 |
| HSL | 78.21º | 0.74% | 0.62% | - |
| HSV(B) | 78.21º | 0.63% | 0.9% | - |
| XYZ | 50.19 | 67.69 | 19.01 | - |
| YUV | 200.31 | 62.92 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 85 | 0.19 | 0 | 0.63 | 0.10 | 78.21 | 0.74 | 0.62 |
| Hex | BA | E6 | 55 | 13 | 0 | 3F | A | 4E | 4A | 3E |
| Octal | 272 | 346 | 125 | 23 | 0 | 77 | 12 | 116 | 112 | 76 |
| Binary | 10111010 | 11100110 | 1010101 | 10011 | 0 | 111111 | 1010 | 1001110 | 1001010 | 111110 |
Color Harmonies of #BAE655
Complementary color
Monochromatic Colors of #BAE655
Black with #BAE655
Text Example
Text Example
White with #BAE655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE655; }
p { color: rgb(186,230,85); }
H1.HeaderClassName
{
color: #BAE655;
}
.AnyTagClassName
{
color: #BAE655;
}
</style>
background-color css
<style>
a { background-color: #BAE655; }
a { background-color: rgb(186,230,85); }
div.DivClassName
{
background-color: #BAE655;
}
.BgClassName
{
background-color: #BAE655;
}
</style>
border-color css
<style>
span { border-color: #BAE655; }
span { border-color: rgb(186,230,85); }
td.TdClassName
{
border-color: #BAE655;
}
.TagClassName
{
border-color: #BAE655;
}
</style>