Shades of Conifer #BAE84B
Tints of Conifer #BAE84B
RGB
CMYK
RGB Variations
Color information
#BAE84B (or 0xBAE84B) is known color: Conifer. HEX triplet: BA, E8 and 4B. RGB value is (186,232,75). Sum of RGB (Red+Green+Blue) = 186+232+75=493 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.73% from 493); Green value is 232 (91.02% from 255 or 47.06% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE84B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAE84B is #4517B4. Grayscale: #C8C8C8. Windows color (decimal): -4528053 or 4974778. OLE color: 4974778.
HSL color Cylindrical-coordinate representation of color #BAE84B: hue angle of 77.58º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAE84B is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 75 | - |
| CMYK | 0.20 | 0 | 0.68 | 0.09 |
| HSL | 77.58º | 0.77% | 0.6% | - |
| HSV(B) | 77.58º | 0.68% | 0.91% | - |
| XYZ | 50.38 | 68.66 | 17.25 | - |
| YUV | 200.35 | 57.26 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 75 | 0.20 | 0 | 0.68 | 0.09 | 77.58 | 0.77 | 0.6 |
| Hex | BA | E8 | 4B | 14 | 0 | 44 | 9 | 4E | 4D | 3C |
| Octal | 272 | 350 | 113 | 24 | 0 | 104 | 11 | 116 | 115 | 74 |
| Binary | 10111010 | 11101000 | 1001011 | 10100 | 0 | 1000100 | 1001 | 1001110 | 1001101 | 111100 |
Color Harmonies of #BAE84B
Complementary color
Monochromatic Colors of #BAE84B
Black with #BAE84B
Text Example
Text Example
White with #BAE84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE84B; }
p { color: rgb(186,232,75); }
H1.HeaderClassName
{
color: #BAE84B;
}
.AnyTagClassName
{
color: #BAE84B;
}
</style>
background-color css
<style>
a { background-color: #BAE84B; }
a { background-color: rgb(186,232,75); }
div.DivClassName
{
background-color: #BAE84B;
}
.BgClassName
{
background-color: #BAE84B;
}
</style>
border-color css
<style>
span { border-color: #BAE84B; }
span { border-color: rgb(186,232,75); }
td.TdClassName
{
border-color: #BAE84B;
}
.TagClassName
{
border-color: #BAE84B;
}
</style>