Shades of Conifer #BCDD4A
Tints of Conifer #BCDD4A
RGB
CMYK
RGB Variations
Color information
#BCDD4A (or 0xBCDD4A) is known color: Conifer. HEX triplet: BC, DD and 4A. RGB value is (188,221,74). Sum of RGB (Red+Green+Blue) = 188+221+74=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDD4A is #4322B5. Grayscale: #C2C2C2. Windows color (decimal): -4399798 or 4906428. OLE color: 4906428.
HSL color Cylindrical-coordinate representation of color #BCDD4A: hue angle of 73.47º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCDD4A is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 74 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.13 |
| HSL | 73.47º | 0.68% | 0.58% | - |
| HSV(B) | 73.47º | 0.67% | 0.87% | - |
| XYZ | 47.83 | 62.9 | 16.1 | - |
| YUV | 194.38 | 60.07 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 74 | 0.15 | 0 | 0.67 | 0.13 | 73.47 | 0.68 | 0.58 |
| Hex | BC | DD | 4A | F | 0 | 43 | D | 49 | 44 | 3A |
| Octal | 274 | 335 | 112 | 17 | 0 | 103 | 15 | 111 | 104 | 72 |
| Binary | 10111100 | 11011101 | 1001010 | 1111 | 0 | 1000011 | 1101 | 1001001 | 1000100 | 111010 |
Color Harmonies of #BCDD4A
Complementary color
Monochromatic Colors of #BCDD4A
Black with #BCDD4A
Text Example
Text Example
White with #BCDD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD4A; }
p { color: rgb(188,221,74); }
H1.HeaderClassName
{
color: #BCDD4A;
}
.AnyTagClassName
{
color: #BCDD4A;
}
</style>
background-color css
<style>
a { background-color: #BCDD4A; }
a { background-color: rgb(188,221,74); }
div.DivClassName
{
background-color: #BCDD4A;
}
.BgClassName
{
background-color: #BCDD4A;
}
</style>
border-color css
<style>
span { border-color: #BCDD4A; }
span { border-color: rgb(188,221,74); }
td.TdClassName
{
border-color: #BCDD4A;
}
.TagClassName
{
border-color: #BCDD4A;
}
</style>