Shades of Conifer #BAEA4C
Tints of Conifer #BAEA4C
RGB
CMYK
RGB Variations
Color information
#BAEA4C (or 0xBAEA4C) is known color: Conifer. HEX triplet: BA, EA and 4C. RGB value is (186,234,76). Sum of RGB (Red+Green+Blue) = 186+234+76=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 76 (30.08% from 255 or 15.32% from 496); Max value from RGB is 234 - color contains mainly: green. Hex color #BAEA4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAEA4C is #4515B3. Grayscale: #CACACA. Windows color (decimal): -4527540 or 5040826. OLE color: 5040826.
HSL color Cylindrical-coordinate representation of color #BAEA4C: hue angle of 78.23º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAEA4C is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 234 | 76 | - |
| CMYK | 0.21 | 0 | 0.68 | 0.08 |
| HSL | 78.23º | 0.79% | 0.61% | - |
| HSV(B) | 78.23º | 0.68% | 0.92% | - |
| XYZ | 50.98 | 69.81 | 17.62 | - |
| YUV | 201.64 | 57.1 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 234 | 76 | 0.21 | 0 | 0.68 | 0.08 | 78.23 | 0.79 | 0.61 |
| Hex | BA | EA | 4C | 15 | 0 | 44 | 8 | 4E | 4F | 3D |
| Octal | 272 | 352 | 114 | 25 | 0 | 104 | 10 | 116 | 117 | 75 |
| Binary | 10111010 | 11101010 | 1001100 | 10101 | 0 | 1000100 | 1000 | 1001110 | 1001111 | 111101 |
Color Harmonies of #BAEA4C
Complementary color
Monochromatic Colors of #BAEA4C
Black with #BAEA4C
Text Example
Text Example
White with #BAEA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEA4C; }
p { color: rgb(186,234,76); }
H1.HeaderClassName
{
color: #BAEA4C;
}
.AnyTagClassName
{
color: #BAEA4C;
}
</style>
background-color css
<style>
a { background-color: #BAEA4C; }
a { background-color: rgb(186,234,76); }
div.DivClassName
{
background-color: #BAEA4C;
}
.BgClassName
{
background-color: #BAEA4C;
}
</style>
border-color css
<style>
span { border-color: #BAEA4C; }
span { border-color: rgb(186,234,76); }
td.TdClassName
{
border-color: #BAEA4C;
}
.TagClassName
{
border-color: #BAEA4C;
}
</style>