Shades of Conifer #BCDA4B
Tints of Conifer #BCDA4B
RGB
CMYK
RGB Variations
Color information
#BCDA4B (or 0xBCDA4B) is known color: Conifer. HEX triplet: BC, DA and 4B. RGB value is (188,218,75). Sum of RGB (Red+Green+Blue) = 188+218+75=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDA4B is #4325B4. Grayscale: #C1C1C1. Windows color (decimal): -4400565 or 4971196. OLE color: 4971196.
HSL color Cylindrical-coordinate representation of color #BCDA4B: hue angle of 72.59º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCDA4B is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 75 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.15 |
| HSL | 72.59º | 0.66% | 0.57% | - |
| HSV(B) | 72.59º | 0.66% | 0.85% | - |
| XYZ | 47.08 | 61.34 | 16.02 | - |
| YUV | 192.73 | 61.56 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 75 | 0.14 | 0 | 0.66 | 0.15 | 72.59 | 0.66 | 0.57 |
| Hex | BC | DA | 4B | E | 0 | 42 | F | 49 | 42 | 39 |
| Octal | 274 | 332 | 113 | 16 | 0 | 102 | 17 | 111 | 102 | 71 |
| Binary | 10111100 | 11011010 | 1001011 | 1110 | 0 | 1000010 | 1111 | 1001001 | 1000010 | 111001 |
Color Harmonies of #BCDA4B
Complementary color
Monochromatic Colors of #BCDA4B
Black with #BCDA4B
Text Example
Text Example
White with #BCDA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA4B; }
p { color: rgb(188,218,75); }
H1.HeaderClassName
{
color: #BCDA4B;
}
.AnyTagClassName
{
color: #BCDA4B;
}
</style>
background-color css
<style>
a { background-color: #BCDA4B; }
a { background-color: rgb(188,218,75); }
div.DivClassName
{
background-color: #BCDA4B;
}
.BgClassName
{
background-color: #BCDA4B;
}
</style>
border-color css
<style>
span { border-color: #BCDA4B; }
span { border-color: rgb(188,218,75); }
td.TdClassName
{
border-color: #BCDA4B;
}
.TagClassName
{
border-color: #BCDA4B;
}
</style>