Shades of Conifer #BCD755
Tints of Conifer #BCD755
RGB
CMYK
RGB Variations
Color information
#BCD755 (or 0xBCD755) is known color: Conifer. HEX triplet: BC, D7 and 55. RGB value is (188,215,85). Sum of RGB (Red+Green+Blue) = 188+215+85=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 215 (84.38% from 255 or 44.06% from 488); Blue value is 85 (33.59% from 255 or 17.42% from 488); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD755 is #4328AA. Grayscale: #C0C0C0. Windows color (decimal): -4401323 or 5625788. OLE color: 5625788.
HSL color Cylindrical-coordinate representation of color #BCD755: hue angle of 72.46º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCD755 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 85 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.16 |
| HSL | 72.46º | 0.62% | 0.59% | - |
| HSV(B) | 72.46º | 0.6% | 0.84% | - |
| XYZ | 46.68 | 59.95 | 17.71 | - |
| YUV | 192.11 | 67.55 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 85 | 0.13 | 0 | 0.60 | 0.16 | 72.46 | 0.62 | 0.59 |
| Hex | BC | D7 | 55 | D | 0 | 3C | 10 | 48 | 3E | 3B |
| Octal | 274 | 327 | 125 | 15 | 0 | 74 | 20 | 110 | 76 | 73 |
| Binary | 10111100 | 11010111 | 1010101 | 1101 | 0 | 111100 | 10000 | 1001000 | 111110 | 111011 |
Color Harmonies of #BCD755
Complementary color
Monochromatic Colors of #BCD755
Black with #BCD755
Text Example
Text Example
White with #BCD755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD755; }
p { color: rgb(188,215,85); }
H1.HeaderClassName
{
color: #BCD755;
}
.AnyTagClassName
{
color: #BCD755;
}
</style>
background-color css
<style>
a { background-color: #BCD755; }
a { background-color: rgb(188,215,85); }
div.DivClassName
{
background-color: #BCD755;
}
.BgClassName
{
background-color: #BCD755;
}
</style>
border-color css
<style>
span { border-color: #BCD755; }
span { border-color: rgb(188,215,85); }
td.TdClassName
{
border-color: #BCD755;
}
.TagClassName
{
border-color: #BCD755;
}
</style>