Shades of Conifer #BCDA4D
Tints of Conifer #BCDA4D
RGB
CMYK
RGB Variations
Color information
#BCDA4D (or 0xBCDA4D) is known color: Conifer. HEX triplet: BC, DA and 4D. RGB value is (188,218,77). Sum of RGB (Red+Green+Blue) = 188+218+77=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA4D is #4325B2. Grayscale: #C1C1C1. Windows color (decimal): -4400563 or 5102268. OLE color: 5102268.
HSL color Cylindrical-coordinate representation of color #BCDA4D: hue angle of 72.77º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCDA4D is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 77 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.15 |
| HSL | 72.77º | 0.66% | 0.58% | - |
| HSV(B) | 72.77º | 0.65% | 0.85% | - |
| XYZ | 47.15 | 61.37 | 16.38 | - |
| YUV | 192.96 | 62.56 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 77 | 0.14 | 0 | 0.65 | 0.15 | 72.77 | 0.66 | 0.58 |
| Hex | BC | DA | 4D | E | 0 | 41 | F | 49 | 42 | 3A |
| Octal | 274 | 332 | 115 | 16 | 0 | 101 | 17 | 111 | 102 | 72 |
| Binary | 10111100 | 11011010 | 1001101 | 1110 | 0 | 1000001 | 1111 | 1001001 | 1000010 | 111010 |
Color Harmonies of #BCDA4D
Complementary color
Monochromatic Colors of #BCDA4D
Black with #BCDA4D
Text Example
Text Example
White with #BCDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA4D; }
p { color: rgb(188,218,77); }
H1.HeaderClassName
{
color: #BCDA4D;
}
.AnyTagClassName
{
color: #BCDA4D;
}
</style>
background-color css
<style>
a { background-color: #BCDA4D; }
a { background-color: rgb(188,218,77); }
div.DivClassName
{
background-color: #BCDA4D;
}
.BgClassName
{
background-color: #BCDA4D;
}
</style>
border-color css
<style>
span { border-color: #BCDA4D; }
span { border-color: rgb(188,218,77); }
td.TdClassName
{
border-color: #BCDA4D;
}
.TagClassName
{
border-color: #BCDA4D;
}
</style>