Shades of Conifer #BCDD5D
Tints of Conifer #BCDD5D
RGB
CMYK
RGB Variations
Color information
#BCDD5D (or 0xBCDD5D) is known color: Conifer. HEX triplet: BC, DD and 5D. RGB value is (188,221,93). Sum of RGB (Red+Green+Blue) = 188+221+93=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD5D is #4322A2. Grayscale: #C5C5C5. Windows color (decimal): -4399779 or 6151612. OLE color: 6151612.
HSL color Cylindrical-coordinate representation of color #BCDD5D: hue angle of 75.47º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCDD5D is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 93 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.13 |
| HSL | 75.47º | 0.65% | 0.62% | - |
| HSV(B) | 75.47º | 0.58% | 0.87% | - |
| XYZ | 48.57 | 63.19 | 19.99 | - |
| YUV | 196.54 | 69.57 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 93 | 0.15 | 0 | 0.58 | 0.13 | 75.47 | 0.65 | 0.62 |
| Hex | BC | DD | 5D | F | 0 | 3A | D | 4B | 41 | 3E |
| Octal | 274 | 335 | 135 | 17 | 0 | 72 | 15 | 113 | 101 | 76 |
| Binary | 10111100 | 11011101 | 1011101 | 1111 | 0 | 111010 | 1101 | 1001011 | 1000001 | 111110 |
Color Harmonies of #BCDD5D
Complementary color
Monochromatic Colors of #BCDD5D
Black with #BCDD5D
Text Example
Text Example
White with #BCDD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD5D; }
p { color: rgb(188,221,93); }
H1.HeaderClassName
{
color: #BCDD5D;
}
.AnyTagClassName
{
color: #BCDD5D;
}
</style>
background-color css
<style>
a { background-color: #BCDD5D; }
a { background-color: rgb(188,221,93); }
div.DivClassName
{
background-color: #BCDD5D;
}
.BgClassName
{
background-color: #BCDD5D;
}
</style>
border-color css
<style>
span { border-color: #BCDD5D; }
span { border-color: rgb(188,221,93); }
td.TdClassName
{
border-color: #BCDD5D;
}
.TagClassName
{
border-color: #BCDD5D;
}
</style>