Shades of Conifer #BCD84B
Tints of Conifer #BCD84B
RGB
CMYK
RGB Variations
Color information
#BCD84B (or 0xBCD84B) is known color: Conifer. HEX triplet: BC, D8 and 4B. RGB value is (188,216,75). Sum of RGB (Red+Green+Blue) = 188+216+75=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD84B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCD84B is #4327B4. Grayscale: #C0C0C0. Windows color (decimal): -4401077 or 4970684. OLE color: 4970684.
HSL color Cylindrical-coordinate representation of color #BCD84B: hue angle of 71.91º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCD84B is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 75 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.15 |
| HSL | 71.91º | 0.64% | 0.57% | - |
| HSV(B) | 71.91º | 0.65% | 0.85% | - |
| XYZ | 46.56 | 60.31 | 15.84 | - |
| YUV | 191.55 | 62.22 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 75 | 0.13 | 0 | 0.65 | 0.15 | 71.91 | 0.64 | 0.57 |
| Hex | BC | D8 | 4B | D | 0 | 41 | F | 48 | 40 | 39 |
| Octal | 274 | 330 | 113 | 15 | 0 | 101 | 17 | 110 | 100 | 71 |
| Binary | 10111100 | 11011000 | 1001011 | 1101 | 0 | 1000001 | 1111 | 1001000 | 1000000 | 111001 |
Color Harmonies of #BCD84B
Complementary color
Monochromatic Colors of #BCD84B
Black with #BCD84B
Text Example
Text Example
White with #BCD84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD84B; }
p { color: rgb(188,216,75); }
H1.HeaderClassName
{
color: #BCD84B;
}
.AnyTagClassName
{
color: #BCD84B;
}
</style>
background-color css
<style>
a { background-color: #BCD84B; }
a { background-color: rgb(188,216,75); }
div.DivClassName
{
background-color: #BCD84B;
}
.BgClassName
{
background-color: #BCD84B;
}
</style>
border-color css
<style>
span { border-color: #BCD84B; }
span { border-color: rgb(188,216,75); }
td.TdClassName
{
border-color: #BCD84B;
}
.TagClassName
{
border-color: #BCD84B;
}
</style>