Shades of Conifer #BCD753
Tints of Conifer #BCD753
RGB
CMYK
RGB Variations
Color information
#BCD753 (or 0xBCD753) is known color: Conifer. HEX triplet: BC, D7 and 53. RGB value is (188,215,83). Sum of RGB (Red+Green+Blue) = 188+215+83=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 215 (84.38% from 255 or 44.24% from 486); Blue value is 83 (32.81% from 255 or 17.08% from 486); Max value from RGB is 215 - color contains mainly: green. Hex color #BCD753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD753 is #4328AC. Grayscale: #C0C0C0. Windows color (decimal): -4401325 or 5494716. OLE color: 5494716.
HSL color Cylindrical-coordinate representation of color #BCD753: hue angle of 72.27º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCD753 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 188 | 215 | 83 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.16 |
| HSL | 72.27º | 0.62% | 0.58% | - |
| HSV(B) | 72.27º | 0.61% | 0.84% | - |
| XYZ | 46.6 | 59.92 | 17.29 | - |
| YUV | 191.88 | 66.55 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 215 | 83 | 0.13 | 0 | 0.61 | 0.16 | 72.27 | 0.62 | 0.58 |
| Hex | BC | D7 | 53 | D | 0 | 3D | 10 | 48 | 3E | 3A |
| Octal | 274 | 327 | 123 | 15 | 0 | 75 | 20 | 110 | 76 | 72 |
| Binary | 10111100 | 11010111 | 1010011 | 1101 | 0 | 111101 | 10000 | 1001000 | 111110 | 111010 |
Color Harmonies of #BCD753
Complementary color
Monochromatic Colors of #BCD753
Black with #BCD753
Text Example
Text Example
White with #BCD753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD753; }
p { color: rgb(188,215,83); }
H1.HeaderClassName
{
color: #BCD753;
}
.AnyTagClassName
{
color: #BCD753;
}
</style>
background-color css
<style>
a { background-color: #BCD753; }
a { background-color: rgb(188,215,83); }
div.DivClassName
{
background-color: #BCD753;
}
.BgClassName
{
background-color: #BCD753;
}
</style>
border-color css
<style>
span { border-color: #BCD753; }
span { border-color: rgb(188,215,83); }
td.TdClassName
{
border-color: #BCD753;
}
.TagClassName
{
border-color: #BCD753;
}
</style>