Shades of Conifer #BAE644
Tints of Conifer #BAE644
RGB
CMYK
RGB Variations
Color information
#BAE644 (or 0xBAE644) is known color: Conifer. HEX triplet: BA, E6 and 44. RGB value is (186,230,68). Sum of RGB (Red+Green+Blue) = 186+230+68=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 68 (26.95% from 255 or 14.05% from 484); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE644 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE644 is #4519BB. Grayscale: #C6C6C6. Windows color (decimal): -4528572 or 4515514. OLE color: 4515514.
HSL color Cylindrical-coordinate representation of color #BAE644: hue angle of 76.3º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BAE644 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 68 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.10 |
| HSL | 76.3º | 0.76% | 0.58% | - |
| HSV(B) | 76.3º | 0.7% | 0.9% | - |
| XYZ | 49.59 | 67.45 | 15.87 | - |
| YUV | 198.38 | 54.42 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 68 | 0.19 | 0 | 0.70 | 0.10 | 76.3 | 0.76 | 0.58 |
| Hex | BA | E6 | 44 | 13 | 0 | 46 | A | 4C | 4C | 3A |
| Octal | 272 | 346 | 104 | 23 | 0 | 106 | 12 | 114 | 114 | 72 |
| Binary | 10111010 | 11100110 | 1000100 | 10011 | 0 | 1000110 | 1010 | 1001100 | 1001100 | 111010 |
Color Harmonies of #BAE644
Complementary color
Monochromatic Colors of #BAE644
Black with #BAE644
Text Example
Text Example
White with #BAE644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE644; }
p { color: rgb(186,230,68); }
H1.HeaderClassName
{
color: #BAE644;
}
.AnyTagClassName
{
color: #BAE644;
}
</style>
background-color css
<style>
a { background-color: #BAE644; }
a { background-color: rgb(186,230,68); }
div.DivClassName
{
background-color: #BAE644;
}
.BgClassName
{
background-color: #BAE644;
}
</style>
border-color css
<style>
span { border-color: #BAE644; }
span { border-color: rgb(186,230,68); }
td.TdClassName
{
border-color: #BAE644;
}
.TagClassName
{
border-color: #BAE644;
}
</style>