Shades of Conifer #BCDB5C
Tints of Conifer #BCDB5C
RGB
CMYK
RGB Variations
Color information
#BCDB5C (or 0xBCDB5C) is known color: Conifer. HEX triplet: BC, DB and 5C. RGB value is (188,219,92). Sum of RGB (Red+Green+Blue) = 188+219+92=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB5C is #4324A3. Grayscale: #C3C3C3. Windows color (decimal): -4400292 or 6085564. OLE color: 6085564.
HSL color Cylindrical-coordinate representation of color #BCDB5C: hue angle of 74.65º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCDB5C is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 92 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.14 |
| HSL | 74.65º | 0.64% | 0.61% | - |
| HSV(B) | 74.65º | 0.58% | 0.86% | - |
| XYZ | 48 | 62.13 | 19.59 | - |
| YUV | 195.25 | 69.73 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 92 | 0.14 | 0 | 0.58 | 0.14 | 74.65 | 0.64 | 0.61 |
| Hex | BC | DB | 5C | E | 0 | 3A | E | 4B | 40 | 3D |
| Octal | 274 | 333 | 134 | 16 | 0 | 72 | 16 | 113 | 100 | 75 |
| Binary | 10111100 | 11011011 | 1011100 | 1110 | 0 | 111010 | 1110 | 1001011 | 1000000 | 111101 |
Color Harmonies of #BCDB5C
Complementary color
Monochromatic Colors of #BCDB5C
Black with #BCDB5C
Text Example
Text Example
White with #BCDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB5C; }
p { color: rgb(188,219,92); }
H1.HeaderClassName
{
color: #BCDB5C;
}
.AnyTagClassName
{
color: #BCDB5C;
}
</style>
background-color css
<style>
a { background-color: #BCDB5C; }
a { background-color: rgb(188,219,92); }
div.DivClassName
{
background-color: #BCDB5C;
}
.BgClassName
{
background-color: #BCDB5C;
}
</style>
border-color css
<style>
span { border-color: #BCDB5C; }
span { border-color: rgb(188,219,92); }
td.TdClassName
{
border-color: #BCDB5C;
}
.TagClassName
{
border-color: #BCDB5C;
}
</style>