Shades of Conifer #BCD652
Tints of Conifer #BCD652
RGB
CMYK
RGB Variations
Color information
#BCD652 (or 0xBCD652) is known color: Conifer. HEX triplet: BC, D6 and 52. RGB value is (188,214,82). Sum of RGB (Red+Green+Blue) = 188+214+82=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD652 is #4329AD. Grayscale: #BFBFBF. Windows color (decimal): -4401582 or 5428924. OLE color: 5428924.
HSL color Cylindrical-coordinate representation of color #BCD652: hue angle of 71.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCD652 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 214 | 82 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.16 |
| HSL | 71.82º | 0.62% | 0.58% | - |
| HSV(B) | 71.82º | 0.62% | 0.84% | - |
| XYZ | 46.31 | 59.39 | 17.01 | - |
| YUV | 191.18 | 66.39 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 214 | 82 | 0.12 | 0 | 0.62 | 0.16 | 71.82 | 0.62 | 0.58 |
| Hex | BC | D6 | 52 | C | 0 | 3E | 10 | 48 | 3E | 3A |
| Octal | 274 | 326 | 122 | 14 | 0 | 76 | 20 | 110 | 76 | 72 |
| Binary | 10111100 | 11010110 | 1010010 | 1100 | 0 | 111110 | 10000 | 1001000 | 111110 | 111010 |
Color Harmonies of #BCD652
Complementary color
Monochromatic Colors of #BCD652
Black with #BCD652
Text Example
Text Example
White with #BCD652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD652; }
p { color: rgb(188,214,82); }
H1.HeaderClassName
{
color: #BCD652;
}
.AnyTagClassName
{
color: #BCD652;
}
</style>
background-color css
<style>
a { background-color: #BCD652; }
a { background-color: rgb(188,214,82); }
div.DivClassName
{
background-color: #BCD652;
}
.BgClassName
{
background-color: #BCD652;
}
</style>
border-color css
<style>
span { border-color: #BCD652; }
span { border-color: rgb(188,214,82); }
td.TdClassName
{
border-color: #BCD652;
}
.TagClassName
{
border-color: #BCD652;
}
</style>