Shades of Conifer #BAEA40
Tints of Conifer #BAEA40
RGB
CMYK
RGB Variations
Color information
#BAEA40 (or 0xBAEA40) is known color: Conifer. HEX triplet: BA, EA and 40. RGB value is (186,234,64). Sum of RGB (Red+Green+Blue) = 186+234+64=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEA40 is #4515BF. Grayscale: #C8C8C8. Windows color (decimal): -4527552 or 4254394. OLE color: 4254394.
HSL color Cylindrical-coordinate representation of color #BAEA40: hue angle of 76.94º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BAEA40 is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 64 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.08 |
| HSL | 76.94º | 0.8% | 0.58% | - |
| HSV(B) | 76.94º | 0.73% | 0.92% | - |
| XYZ | 50.6 | 69.65 | 15.63 | - |
| YUV | 200.27 | 51.1 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 64 | 0.21 | 0 | 0.73 | 0.08 | 76.94 | 0.8 | 0.58 |
| Hex | BA | EA | 40 | 15 | 0 | 49 | 8 | 4D | 50 | 3A |
| Octal | 272 | 352 | 100 | 25 | 0 | 111 | 10 | 115 | 120 | 72 |
| Binary | 10111010 | 11101010 | 1000000 | 10101 | 0 | 1001001 | 1000 | 1001101 | 1010000 | 111010 |
Color Harmonies of #BAEA40
Complementary color
Monochromatic Colors of #BAEA40
Black with #BAEA40
Text Example
Text Example
White with #BAEA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEA40; }
p { color: rgb(186,234,64); }
H1.HeaderClassName
{
color: #BAEA40;
}
.AnyTagClassName
{
color: #BAEA40;
}
</style>
background-color css
<style>
a { background-color: #BAEA40; }
a { background-color: rgb(186,234,64); }
div.DivClassName
{
background-color: #BAEA40;
}
.BgClassName
{
background-color: #BAEA40;
}
</style>
border-color css
<style>
span { border-color: #BAEA40; }
span { border-color: rgb(186,234,64); }
td.TdClassName
{
border-color: #BAEA40;
}
.TagClassName
{
border-color: #BAEA40;
}
</style>