Shades of Conifer #BAE640
Tints of Conifer #BAE640
RGB
CMYK
RGB Variations
Color information
#BAE640 (or 0xBAE640) is known color: Conifer. HEX triplet: BA, E6 and 40. RGB value is (186,230,64). Sum of RGB (Red+Green+Blue) = 186+230+64=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 230 (90.23% from 255 or 47.92% from 480); Blue value is 64 (25.39% from 255 or 13.33% from 480); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE640 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE640 is #4519BF. Grayscale: #C6C6C6. Windows color (decimal): -4528576 or 4253370. OLE color: 4253370.
HSL color Cylindrical-coordinate representation of color #BAE640: hue angle of 75.9º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAE640 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 230 | 64 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.10 |
| HSL | 75.9º | 0.77% | 0.58% | - |
| HSV(B) | 75.9º | 0.72% | 0.9% | - |
| XYZ | 49.47 | 67.4 | 15.25 | - |
| YUV | 197.92 | 52.42 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 230 | 64 | 0.19 | 0 | 0.72 | 0.10 | 75.9 | 0.77 | 0.58 |
| Hex | BA | E6 | 40 | 13 | 0 | 48 | A | 4C | 4D | 3A |
| Octal | 272 | 346 | 100 | 23 | 0 | 110 | 12 | 114 | 115 | 72 |
| Binary | 10111010 | 11100110 | 1000000 | 10011 | 0 | 1001000 | 1010 | 1001100 | 1001101 | 111010 |
Color Harmonies of #BAE640
Complementary color
Monochromatic Colors of #BAE640
Black with #BAE640
Text Example
Text Example
White with #BAE640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE640; }
p { color: rgb(186,230,64); }
H1.HeaderClassName
{
color: #BAE640;
}
.AnyTagClassName
{
color: #BAE640;
}
</style>
background-color css
<style>
a { background-color: #BAE640; }
a { background-color: rgb(186,230,64); }
div.DivClassName
{
background-color: #BAE640;
}
.BgClassName
{
background-color: #BAE640;
}
</style>
border-color css
<style>
span { border-color: #BAE640; }
span { border-color: rgb(186,230,64); }
td.TdClassName
{
border-color: #BAE640;
}
.TagClassName
{
border-color: #BAE640;
}
</style>