Shades of Conifer #BCD64B
Tints of Conifer #BCD64B
RGB
CMYK
RGB Variations
Color information
#BCD64B (or 0xBCD64B) is known color: Conifer. HEX triplet: BC, D6 and 4B. RGB value is (188,214,75). Sum of RGB (Red+Green+Blue) = 188+214+75=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD64B is #4329B4. Grayscale: #BEBEBE. Windows color (decimal): -4401589 or 4970172. OLE color: 4970172.
HSL color Cylindrical-coordinate representation of color #BCD64B: hue angle of 71.22º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCD64B is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 75 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.16 |
| HSL | 71.22º | 0.63% | 0.57% | - |
| HSV(B) | 71.22º | 0.65% | 0.84% | - |
| XYZ | 46.06 | 59.29 | 15.67 | - |
| YUV | 190.38 | 62.89 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 75 | 0.12 | 0 | 0.65 | 0.16 | 71.22 | 0.63 | 0.57 |
| Hex | BC | D6 | 4B | C | 0 | 41 | 10 | 47 | 3F | 39 |
| Octal | 274 | 326 | 113 | 14 | 0 | 101 | 20 | 107 | 77 | 71 |
| Binary | 10111100 | 11010110 | 1001011 | 1100 | 0 | 1000001 | 10000 | 1000111 | 111111 | 111001 |
Color Harmonies of #BCD64B
Complementary color
Monochromatic Colors of #BCD64B
Black with #BCD64B
Text Example
Text Example
White with #BCD64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD64B; }
p { color: rgb(188,214,75); }
H1.HeaderClassName
{
color: #BCD64B;
}
.AnyTagClassName
{
color: #BCD64B;
}
</style>
background-color css
<style>
a { background-color: #BCD64B; }
a { background-color: rgb(188,214,75); }
div.DivClassName
{
background-color: #BCD64B;
}
.BgClassName
{
background-color: #BCD64B;
}
</style>
border-color css
<style>
span { border-color: #BCD64B; }
span { border-color: rgb(188,214,75); }
td.TdClassName
{
border-color: #BCD64B;
}
.TagClassName
{
border-color: #BCD64B;
}
</style>