Shades of Conifer #BAE661
Tints of Conifer #BAE661
RGB
CMYK
RGB Variations
Color information
#BAE661 (or 0xBAE661) is known color: Conifer. HEX triplet: BA, E6 and 61. RGB value is (186,230,97). Sum of RGB (Red+Green+Blue) = 186+230+97=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 230 (90.23% from 255 or 44.83% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE661 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE661 is #45199E. Grayscale: #CACACA. Windows color (decimal): -4528543 or 6416058. OLE color: 6416058.
HSL color Cylindrical-coordinate representation of color #BAE661: hue angle of 79.85º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BAE661 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 97 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.10 |
| HSL | 79.85º | 0.73% | 0.64% | - |
| HSV(B) | 79.85º | 0.58% | 0.9% | - |
| XYZ | 50.7 | 67.9 | 21.74 | - |
| YUV | 201.68 | 68.92 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 97 | 0.19 | 0 | 0.58 | 0.10 | 79.85 | 0.73 | 0.64 |
| Hex | BA | E6 | 61 | 13 | 0 | 3A | A | 50 | 49 | 40 |
| Octal | 272 | 346 | 141 | 23 | 0 | 72 | 12 | 120 | 111 | 100 |
| Binary | 10111010 | 11100110 | 1100001 | 10011 | 0 | 111010 | 1010 | 1010000 | 1001001 | 1000000 |
Color Harmonies of #BAE661
Complementary color
Monochromatic Colors of #BAE661
Black with #BAE661
Text Example
Text Example
White with #BAE661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE661; }
p { color: rgb(186,230,97); }
H1.HeaderClassName
{
color: #BAE661;
}
.AnyTagClassName
{
color: #BAE661;
}
</style>
background-color css
<style>
a { background-color: #BAE661; }
a { background-color: rgb(186,230,97); }
div.DivClassName
{
background-color: #BAE661;
}
.BgClassName
{
background-color: #BAE661;
}
</style>
border-color css
<style>
span { border-color: #BAE661; }
span { border-color: rgb(186,230,97); }
td.TdClassName
{
border-color: #BAE661;
}
.TagClassName
{
border-color: #BAE661;
}
</style>