Shades of Conifer #BCDC5B
Tints of Conifer #BCDC5B
RGB
CMYK
RGB Variations
Color information
#BCDC5B (or 0xBCDC5B) is known color: Conifer. HEX triplet: BC, DC and 5B. RGB value is (188,220,91). Sum of RGB (Red+Green+Blue) = 188+220+91=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 220 (86.33% from 255 or 44.09% from 499); Blue value is 91 (35.94% from 255 or 18.24% from 499); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC5B is #4323A4. Grayscale: #C4C4C4. Windows color (decimal): -4400037 or 6020284. OLE color: 6020284.
HSL color Cylindrical-coordinate representation of color #BCDC5B: hue angle of 74.88º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCDC5B is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 91 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.14 |
| HSL | 74.88º | 0.65% | 0.61% | - |
| HSV(B) | 74.88º | 0.59% | 0.86% | - |
| XYZ | 48.22 | 62.63 | 19.45 | - |
| YUV | 195.73 | 68.9 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 91 | 0.15 | 0 | 0.59 | 0.14 | 74.88 | 0.65 | 0.61 |
| Hex | BC | DC | 5B | F | 0 | 3B | E | 4B | 41 | 3D |
| Octal | 274 | 334 | 133 | 17 | 0 | 73 | 16 | 113 | 101 | 75 |
| Binary | 10111100 | 11011100 | 1011011 | 1111 | 0 | 111011 | 1110 | 1001011 | 1000001 | 111101 |
Color Harmonies of #BCDC5B
Complementary color
Monochromatic Colors of #BCDC5B
Black with #BCDC5B
Text Example
Text Example
White with #BCDC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDC5B; }
p { color: rgb(188,220,91); }
H1.HeaderClassName
{
color: #BCDC5B;
}
.AnyTagClassName
{
color: #BCDC5B;
}
</style>
background-color css
<style>
a { background-color: #BCDC5B; }
a { background-color: rgb(188,220,91); }
div.DivClassName
{
background-color: #BCDC5B;
}
.BgClassName
{
background-color: #BCDC5B;
}
</style>
border-color css
<style>
span { border-color: #BCDC5B; }
span { border-color: rgb(188,220,91); }
td.TdClassName
{
border-color: #BCDC5B;
}
.TagClassName
{
border-color: #BCDC5B;
}
</style>