Shades of Conifer #BCE567
Tints of Conifer #BCE567
RGB
CMYK
RGB Variations
Color information
#BCE567 (or 0xBCE567) is known color: Conifer. HEX triplet: BC, E5 and 67. RGB value is (188,229,103). Sum of RGB (Red+Green+Blue) = 188+229+103=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 229 (89.84% from 255 or 44.04% from 520); Blue value is 103 (40.62% from 255 or 19.81% from 520); Max value from RGB is 229 - color contains mainly: green. Hex color #BCE567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE567 is #431A98. Grayscale: #CACACA. Windows color (decimal): -4397721 or 6809020. OLE color: 6809020.
HSL color Cylindrical-coordinate representation of color #BCE567: hue angle of 79.52º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCE567 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 229 | 103 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.10 |
| HSL | 79.52º | 0.71% | 0.65% | - |
| HSV(B) | 79.52º | 0.55% | 0.9% | - |
| XYZ | 51.21 | 67.71 | 23.2 | - |
| YUV | 202.38 | 71.92 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 103 | 0.18 | 0 | 0.55 | 0.10 | 79.52 | 0.71 | 0.65 |
| Hex | BC | E5 | 67 | 12 | 0 | 37 | A | 50 | 47 | 41 |
| Octal | 274 | 345 | 147 | 22 | 0 | 67 | 12 | 120 | 107 | 101 |
| Binary | 10111100 | 11100101 | 1100111 | 10010 | 0 | 110111 | 1010 | 1010000 | 1000111 | 1000001 |
Color Harmonies of #BCE567
Complementary color
Monochromatic Colors of #BCE567
Black with #BCE567
Text Example
Text Example
White with #BCE567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE567; }
p { color: rgb(188,229,103); }
H1.HeaderClassName
{
color: #BCE567;
}
.AnyTagClassName
{
color: #BCE567;
}
</style>
background-color css
<style>
a { background-color: #BCE567; }
a { background-color: rgb(188,229,103); }
div.DivClassName
{
background-color: #BCE567;
}
.BgClassName
{
background-color: #BCE567;
}
</style>
border-color css
<style>
span { border-color: #BCE567; }
span { border-color: rgb(188,229,103); }
td.TdClassName
{
border-color: #BCE567;
}
.TagClassName
{
border-color: #BCE567;
}
</style>