Shades of Conifer #BAEA4D
Tints of Conifer #BAEA4D
RGB
CMYK
RGB Variations
Color information
#BAEA4D (or 0xBAEA4D) is known color: Conifer. HEX triplet: BA, EA and 4D. RGB value is (186,234,77). Sum of RGB (Red+Green+Blue) = 186+234+77=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 234 (91.80% from 255 or 47.08% from 497); Blue value is 77 (30.47% from 255 or 15.49% from 497); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEA4D is #4515B2. Grayscale: #CACACA. Windows color (decimal): -4527539 or 5106362. OLE color: 5106362.
HSL color Cylindrical-coordinate representation of color #BAEA4D: hue angle of 78.34º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAEA4D is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 77 | - |
| CMYK | 0.21 | 0 | 0.67 | 0.08 |
| HSL | 78.34º | 0.79% | 0.61% | - |
| HSV(B) | 78.34º | 0.67% | 0.92% | - |
| XYZ | 51.01 | 69.82 | 17.81 | - |
| YUV | 201.75 | 57.6 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 77 | 0.21 | 0 | 0.67 | 0.08 | 78.34 | 0.79 | 0.61 |
| Hex | BA | EA | 4D | 15 | 0 | 43 | 8 | 4E | 4F | 3D |
| Octal | 272 | 352 | 115 | 25 | 0 | 103 | 10 | 116 | 117 | 75 |
| Binary | 10111010 | 11101010 | 1001101 | 10101 | 0 | 1000011 | 1000 | 1001110 | 1001111 | 111101 |
Color Harmonies of #BAEA4D
Complementary color
Monochromatic Colors of #BAEA4D
Black with #BAEA4D
Text Example
Text Example
White with #BAEA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEA4D; }
p { color: rgb(186,234,77); }
H1.HeaderClassName
{
color: #BAEA4D;
}
.AnyTagClassName
{
color: #BAEA4D;
}
</style>
background-color css
<style>
a { background-color: #BAEA4D; }
a { background-color: rgb(186,234,77); }
div.DivClassName
{
background-color: #BAEA4D;
}
.BgClassName
{
background-color: #BAEA4D;
}
</style>
border-color css
<style>
span { border-color: #BAEA4D; }
span { border-color: rgb(186,234,77); }
td.TdClassName
{
border-color: #BAEA4D;
}
.TagClassName
{
border-color: #BAEA4D;
}
</style>