Shades of Conifer #BCEB4D
Tints of Conifer #BCEB4D
RGB
CMYK
RGB Variations
Color information
#BCEB4D (or 0xBCEB4D) is known color: Conifer. HEX triplet: BC, EB and 4D. RGB value is (188,235,77). Sum of RGB (Red+Green+Blue) = 188+235+77=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 77 (30.47% from 255 or 15.4% from 500); Max value from RGB is 235 - color contains mainly: green. Hex color #BCEB4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCEB4D is #4314B2. Grayscale: #CBCBCB. Windows color (decimal): -4396211 or 5106620. OLE color: 5106620.
HSL color Cylindrical-coordinate representation of color #BCEB4D: hue angle of 77.85º degrees, saturation: 0.8, 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 #BCEB4D is Cyan = 0.2, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 188 | 235 | 77 | - |
| CMYK | 0.2 | 0 | 0.67 | 0.08 |
| HSL | 77.85º | 0.8% | 0.61% | - |
| HSV(B) | 77.85º | 0.67% | 0.92% | - |
| XYZ | 51.79 | 70.64 | 17.93 | - |
| YUV | 202.94 | 56.93 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 77 | 0.2 | 0 | 0.67 | 0.08 | 77.85 | 0.8 | 0.61 |
| Hex | BC | EB | 4D | 14 | 0 | 43 | 8 | 4E | 50 | 3D |
| Octal | 274 | 353 | 115 | 24 | 0 | 103 | 10 | 116 | 120 | 75 |
| Binary | 10111100 | 11101011 | 1001101 | 10100 | 0 | 1000011 | 1000 | 1001110 | 1010000 | 111101 |
Color Harmonies of #BCEB4D
Complementary color
Monochromatic Colors of #BCEB4D
Black with #BCEB4D
Text Example
Text Example
White with #BCEB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEB4D; }
p { color: rgb(188,235,77); }
H1.HeaderClassName
{
color: #BCEB4D;
}
.AnyTagClassName
{
color: #BCEB4D;
}
</style>
background-color css
<style>
a { background-color: #BCEB4D; }
a { background-color: rgb(188,235,77); }
div.DivClassName
{
background-color: #BCEB4D;
}
.BgClassName
{
background-color: #BCEB4D;
}
</style>
border-color css
<style>
span { border-color: #BCEB4D; }
span { border-color: rgb(188,235,77); }
td.TdClassName
{
border-color: #BCEB4D;
}
.TagClassName
{
border-color: #BCEB4D;
}
</style>