Shades of Conifer #BCD34C
Tints of Conifer #BCD34C
RGB
CMYK
RGB Variations
Color information
#BCD34C (or 0xBCD34C) is known color: Conifer. HEX triplet: BC, D3 and 4C. RGB value is (188,211,76). Sum of RGB (Red+Green+Blue) = 188+211+76=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD34C is #432CB3. Grayscale: #BDBDBD. Windows color (decimal): -4402356 or 5034940. OLE color: 5034940.
HSL color Cylindrical-coordinate representation of color #BCD34C: hue angle of 70.22º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCD34C is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 211 | 76 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.17 |
| HSL | 70.22º | 0.61% | 0.56% | - |
| HSV(B) | 70.22º | 0.64% | 0.83% | - |
| XYZ | 45.34 | 57.8 | 15.6 | - |
| YUV | 188.73 | 64.38 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 211 | 76 | 0.11 | 0 | 0.64 | 0.17 | 70.22 | 0.61 | 0.56 |
| Hex | BC | D3 | 4C | B | 0 | 40 | 11 | 46 | 3D | 38 |
| Octal | 274 | 323 | 114 | 13 | 0 | 100 | 21 | 106 | 75 | 70 |
| Binary | 10111100 | 11010011 | 1001100 | 1011 | 0 | 1000000 | 10001 | 1000110 | 111101 | 111000 |
Color Harmonies of #BCD34C
Complementary color
Monochromatic Colors of #BCD34C
Black with #BCD34C
Text Example
Text Example
White with #BCD34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD34C; }
p { color: rgb(188,211,76); }
H1.HeaderClassName
{
color: #BCD34C;
}
.AnyTagClassName
{
color: #BCD34C;
}
</style>
background-color css
<style>
a { background-color: #BCD34C; }
a { background-color: rgb(188,211,76); }
div.DivClassName
{
background-color: #BCD34C;
}
.BgClassName
{
background-color: #BCD34C;
}
</style>
border-color css
<style>
span { border-color: #BCD34C; }
span { border-color: rgb(188,211,76); }
td.TdClassName
{
border-color: #BCD34C;
}
.TagClassName
{
border-color: #BCD34C;
}
</style>