Shades of Conifer #BCDA52
Tints of Conifer #BCDA52
RGB
CMYK
RGB Variations
Color information
#BCDA52 (or 0xBCDA52) is known color: Conifer. HEX triplet: BC, DA and 52. RGB value is (188,218,82). Sum of RGB (Red+Green+Blue) = 188+218+82=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 218 (85.55% from 255 or 44.67% from 488); Blue value is 82 (32.42% from 255 or 16.80% from 488); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA52 is #4325AD. Grayscale: #C2C2C2. Windows color (decimal): -4400558 or 5429948. OLE color: 5429948.
HSL color Cylindrical-coordinate representation of color #BCDA52: hue angle of 73.24º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCDA52 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 82 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.15 |
| HSL | 73.24º | 0.65% | 0.59% | - |
| HSV(B) | 73.24º | 0.62% | 0.85% | - |
| XYZ | 47.33 | 61.44 | 17.35 | - |
| YUV | 193.53 | 65.06 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 82 | 0.14 | 0 | 0.62 | 0.15 | 73.24 | 0.65 | 0.59 |
| Hex | BC | DA | 52 | E | 0 | 3E | F | 49 | 41 | 3B |
| Octal | 274 | 332 | 122 | 16 | 0 | 76 | 17 | 111 | 101 | 73 |
| Binary | 10111100 | 11011010 | 1010010 | 1110 | 0 | 111110 | 1111 | 1001001 | 1000001 | 111011 |
Color Harmonies of #BCDA52
Complementary color
Monochromatic Colors of #BCDA52
Black with #BCDA52
Text Example
Text Example
White with #BCDA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA52; }
p { color: rgb(188,218,82); }
H1.HeaderClassName
{
color: #BCDA52;
}
.AnyTagClassName
{
color: #BCDA52;
}
</style>
background-color css
<style>
a { background-color: #BCDA52; }
a { background-color: rgb(188,218,82); }
div.DivClassName
{
background-color: #BCDA52;
}
.BgClassName
{
background-color: #BCDA52;
}
</style>
border-color css
<style>
span { border-color: #BCDA52; }
span { border-color: rgb(188,218,82); }
td.TdClassName
{
border-color: #BCDA52;
}
.TagClassName
{
border-color: #BCDA52;
}
</style>