Shades of Conifer #BAE04B
Tints of Conifer #BAE04B
RGB
CMYK
RGB Variations
Color information
#BAE04B (or 0xBAE04B) is known color: Conifer. HEX triplet: BA, E0 and 4B. RGB value is (186,224,75). Sum of RGB (Red+Green+Blue) = 186+224+75=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAE04B is #451FB4. Grayscale: #C4C4C4. Windows color (decimal): -4530101 or 4972730. OLE color: 4972730.
HSL color Cylindrical-coordinate representation of color #BAE04B: hue angle of 75.3º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAE04B is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 224 | 75 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.12 |
| HSL | 75.3º | 0.71% | 0.59% | - |
| HSV(B) | 75.3º | 0.67% | 0.88% | - |
| XYZ | 48.18 | 64.26 | 16.52 | - |
| YUV | 195.65 | 59.91 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 224 | 75 | 0.17 | 0 | 0.67 | 0.12 | 75.3 | 0.71 | 0.59 |
| Hex | BA | E0 | 4B | 11 | 0 | 43 | C | 4B | 47 | 3B |
| Octal | 272 | 340 | 113 | 21 | 0 | 103 | 14 | 113 | 107 | 73 |
| Binary | 10111010 | 11100000 | 1001011 | 10001 | 0 | 1000011 | 1100 | 1001011 | 1000111 | 111011 |
Color Harmonies of #BAE04B
Complementary color
Monochromatic Colors of #BAE04B
Black with #BAE04B
Text Example
Text Example
White with #BAE04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE04B; }
p { color: rgb(186,224,75); }
H1.HeaderClassName
{
color: #BAE04B;
}
.AnyTagClassName
{
color: #BAE04B;
}
</style>
background-color css
<style>
a { background-color: #BAE04B; }
a { background-color: rgb(186,224,75); }
div.DivClassName
{
background-color: #BAE04B;
}
.BgClassName
{
background-color: #BAE04B;
}
</style>
border-color css
<style>
span { border-color: #BAE04B; }
span { border-color: rgb(186,224,75); }
td.TdClassName
{
border-color: #BAE04B;
}
.TagClassName
{
border-color: #BAE04B;
}
</style>