Shades of Conifer #BAEA53
Tints of Conifer #BAEA53
RGB
CMYK
RGB Variations
Color information
#BAEA53 (or 0xBAEA53) is known color: Conifer. HEX triplet: BA, EA and 53. RGB value is (186,234,83). Sum of RGB (Red+Green+Blue) = 186+234+83=503 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.98% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEA53 is #4515AC. Grayscale: #CACACA. Windows color (decimal): -4527533 or 5499578. OLE color: 5499578.
HSL color Cylindrical-coordinate representation of color #BAEA53: hue angle of 79.07º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BAEA53 is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 83 | - |
| CMYK | 0.21 | 0 | 0.65 | 0.08 |
| HSL | 79.07º | 0.78% | 0.62% | - |
| HSV(B) | 79.07º | 0.65% | 0.92% | - |
| XYZ | 51.23 | 69.91 | 18.98 | - |
| YUV | 202.43 | 60.6 | 116.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 83 | 0.21 | 0 | 0.65 | 0.08 | 79.07 | 0.78 | 0.62 |
| Hex | BA | EA | 53 | 15 | 0 | 41 | 8 | 4F | 4E | 3E |
| Octal | 272 | 352 | 123 | 25 | 0 | 101 | 10 | 117 | 116 | 76 |
| Binary | 10111010 | 11101010 | 1010011 | 10101 | 0 | 1000001 | 1000 | 1001111 | 1001110 | 111110 |
Color Harmonies of #BAEA53
Complementary color
Monochromatic Colors of #BAEA53
Black with #BAEA53
Text Example
Text Example
White with #BAEA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEA53; }
p { color: rgb(186,234,83); }
H1.HeaderClassName
{
color: #BAEA53;
}
.AnyTagClassName
{
color: #BAEA53;
}
</style>
background-color css
<style>
a { background-color: #BAEA53; }
a { background-color: rgb(186,234,83); }
div.DivClassName
{
background-color: #BAEA53;
}
.BgClassName
{
background-color: #BAEA53;
}
</style>
border-color css
<style>
span { border-color: #BAEA53; }
span { border-color: rgb(186,234,83); }
td.TdClassName
{
border-color: #BAEA53;
}
.TagClassName
{
border-color: #BAEA53;
}
</style>