Shades of Conifer #BCEB4A
Tints of Conifer #BCEB4A
RGB
CMYK
RGB Variations
Color information
#BCEB4A (or 0xBCEB4A) is known color: Conifer. HEX triplet: BC, EB and 4A. RGB value is (188,235,74). Sum of RGB (Red+Green+Blue) = 188+235+74=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 74 (29.30% from 255 or 14.89% from 497); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEB4A is #4314B5. Grayscale: #CBCBCB. Windows color (decimal): -4396214 or 4910012. OLE color: 4910012.
HSL color Cylindrical-coordinate representation of color #BCEB4A: hue angle of 77.52º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCEB4A is Cyan = 0.2, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 74 | - |
| CMYK | 0.2 | 0 | 0.69 | 0.08 |
| HSL | 77.52º | 0.8% | 0.61% | - |
| HSV(B) | 77.52º | 0.69% | 0.92% | - |
| XYZ | 51.68 | 70.6 | 17.38 | - |
| YUV | 202.59 | 55.43 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 74 | 0.2 | 0 | 0.69 | 0.08 | 77.52 | 0.8 | 0.61 |
| Hex | BC | EB | 4A | 14 | 0 | 45 | 8 | 4E | 50 | 3D |
| Octal | 274 | 353 | 112 | 24 | 0 | 105 | 10 | 116 | 120 | 75 |
| Binary | 10111100 | 11101011 | 1001010 | 10100 | 0 | 1000101 | 1000 | 1001110 | 1010000 | 111101 |
Color Harmonies of #BCEB4A
Complementary color
Monochromatic Colors of #BCEB4A
Black with #BCEB4A
Text Example
Text Example
White with #BCEB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEB4A; }
p { color: rgb(188,235,74); }
H1.HeaderClassName
{
color: #BCEB4A;
}
.AnyTagClassName
{
color: #BCEB4A;
}
</style>
background-color css
<style>
a { background-color: #BCEB4A; }
a { background-color: rgb(188,235,74); }
div.DivClassName
{
background-color: #BCEB4A;
}
.BgClassName
{
background-color: #BCEB4A;
}
</style>
border-color css
<style>
span { border-color: #BCEB4A; }
span { border-color: rgb(188,235,74); }
td.TdClassName
{
border-color: #BCEB4A;
}
.TagClassName
{
border-color: #BCEB4A;
}
</style>