Shades of Conifer #BCE067
Tints of Conifer #BCE067
RGB
CMYK
RGB Variations
Color information
#BCE067 (or 0xBCE067) is known color: Conifer. HEX triplet: BC, E0 and 67. RGB value is (188,224,103). Sum of RGB (Red+Green+Blue) = 188+224+103=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 224 (87.89% from 255 or 43.50% from 515); Blue value is 103 (40.62% from 255 or 20% from 515); Max value from RGB is 224 - color contains mainly: green. Hex color #BCE067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE067 is #431F98. Grayscale: #C7C7C7. Windows color (decimal): -4399001 or 6807740. OLE color: 6807740.
HSL color Cylindrical-coordinate representation of color #BCE067: hue angle of 77.85º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BCE067 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 188 | 224 | 103 | - |
| CMYK | 0.16 | 0 | 0.54 | 0.12 |
| HSL | 77.85º | 0.66% | 0.64% | - |
| HSV(B) | 77.85º | 0.54% | 0.88% | - |
| XYZ | 49.84 | 64.98 | 22.75 | - |
| YUV | 199.44 | 73.57 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 103 | 0.16 | 0 | 0.54 | 0.12 | 77.85 | 0.66 | 0.64 |
| Hex | BC | E0 | 67 | 10 | 0 | 36 | C | 4E | 42 | 40 |
| Octal | 274 | 340 | 147 | 20 | 0 | 66 | 14 | 116 | 102 | 100 |
| Binary | 10111100 | 11100000 | 1100111 | 10000 | 0 | 110110 | 1100 | 1001110 | 1000010 | 1000000 |
Color Harmonies of #BCE067
Complementary color
Monochromatic Colors of #BCE067
Black with #BCE067
Text Example
Text Example
White with #BCE067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE067; }
p { color: rgb(188,224,103); }
H1.HeaderClassName
{
color: #BCE067;
}
.AnyTagClassName
{
color: #BCE067;
}
</style>
background-color css
<style>
a { background-color: #BCE067; }
a { background-color: rgb(188,224,103); }
div.DivClassName
{
background-color: #BCE067;
}
.BgClassName
{
background-color: #BCE067;
}
</style>
border-color css
<style>
span { border-color: #BCE067; }
span { border-color: rgb(188,224,103); }
td.TdClassName
{
border-color: #BCE067;
}
.TagClassName
{
border-color: #BCE067;
}
</style>