Shades of Conifer #BCDC4A
Tints of Conifer #BCDC4A
RGB
CMYK
RGB Variations
Color information
#BCDC4A (or 0xBCDC4A) is known color: Conifer. HEX triplet: BC, DC and 4A. RGB value is (188,220,74). Sum of RGB (Red+Green+Blue) = 188+220+74=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 74 (29.30% from 255 or 15.35% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDC4A is #4323B5. Grayscale: #C2C2C2. Windows color (decimal): -4400054 or 4906172. OLE color: 4906172.
HSL color Cylindrical-coordinate representation of color #BCDC4A: hue angle of 73.15º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCDC4A is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 74 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.14 |
| HSL | 73.15º | 0.68% | 0.58% | - |
| HSV(B) | 73.15º | 0.66% | 0.86% | - |
| XYZ | 47.57 | 62.37 | 16.01 | - |
| YUV | 193.79 | 60.4 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 74 | 0.15 | 0 | 0.66 | 0.14 | 73.15 | 0.68 | 0.58 |
| Hex | BC | DC | 4A | F | 0 | 42 | E | 49 | 44 | 3A |
| Octal | 274 | 334 | 112 | 17 | 0 | 102 | 16 | 111 | 104 | 72 |
| Binary | 10111100 | 11011100 | 1001010 | 1111 | 0 | 1000010 | 1110 | 1001001 | 1000100 | 111010 |
Color Harmonies of #BCDC4A
Complementary color
Monochromatic Colors of #BCDC4A
Black with #BCDC4A
Text Example
Text Example
White with #BCDC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC4A; }
p { color: rgb(188,220,74); }
H1.HeaderClassName
{
color: #BCDC4A;
}
.AnyTagClassName
{
color: #BCDC4A;
}
</style>
background-color css
<style>
a { background-color: #BCDC4A; }
a { background-color: rgb(188,220,74); }
div.DivClassName
{
background-color: #BCDC4A;
}
.BgClassName
{
background-color: #BCDC4A;
}
</style>
border-color css
<style>
span { border-color: #BCDC4A; }
span { border-color: rgb(188,220,74); }
td.TdClassName
{
border-color: #BCDC4A;
}
.TagClassName
{
border-color: #BCDC4A;
}
</style>