Shades of Conifer #BCDB54
Tints of Conifer #BCDB54
RGB
CMYK
RGB Variations
Color information
#BCDB54 (or 0xBCDB54) is known color: Conifer. HEX triplet: BC, DB and 54. RGB value is (188,219,84). Sum of RGB (Red+Green+Blue) = 188+219+84=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 84 (33.20% from 255 or 17.11% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB54 is #4324AB. Grayscale: #C2C2C2. Windows color (decimal): -4400300 or 5561276. OLE color: 5561276.
HSL color Cylindrical-coordinate representation of color #BCDB54: hue angle of 73.78º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCDB54 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 84 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.14 |
| HSL | 73.78º | 0.65% | 0.59% | - |
| HSV(B) | 73.78º | 0.62% | 0.86% | - |
| XYZ | 47.67 | 61.99 | 17.84 | - |
| YUV | 194.34 | 65.73 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 84 | 0.14 | 0 | 0.62 | 0.14 | 73.78 | 0.65 | 0.59 |
| Hex | BC | DB | 54 | E | 0 | 3E | E | 4A | 41 | 3B |
| Octal | 274 | 333 | 124 | 16 | 0 | 76 | 16 | 112 | 101 | 73 |
| Binary | 10111100 | 11011011 | 1010100 | 1110 | 0 | 111110 | 1110 | 1001010 | 1000001 | 111011 |
Color Harmonies of #BCDB54
Complementary color
Monochromatic Colors of #BCDB54
Black with #BCDB54
Text Example
Text Example
White with #BCDB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB54; }
p { color: rgb(188,219,84); }
H1.HeaderClassName
{
color: #BCDB54;
}
.AnyTagClassName
{
color: #BCDB54;
}
</style>
background-color css
<style>
a { background-color: #BCDB54; }
a { background-color: rgb(188,219,84); }
div.DivClassName
{
background-color: #BCDB54;
}
.BgClassName
{
background-color: #BCDB54;
}
</style>
border-color css
<style>
span { border-color: #BCDB54; }
span { border-color: rgb(188,219,84); }
td.TdClassName
{
border-color: #BCDB54;
}
.TagClassName
{
border-color: #BCDB54;
}
</style>