Shades of Conifer #BCDB5E
Tints of Conifer #BCDB5E
RGB
CMYK
RGB Variations
Color information
#BCDB5E (or 0xBCDB5E) is known color: Conifer. HEX triplet: BC, DB and 5E. RGB value is (188,219,94). Sum of RGB (Red+Green+Blue) = 188+219+94=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB5E is #4324A1. Grayscale: #C3C3C3. Windows color (decimal): -4400290 or 6216636. OLE color: 6216636.
HSL color Cylindrical-coordinate representation of color #BCDB5E: hue angle of 74.88º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCDB5E is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
RGB | 188 | 219 | 94 | - |
CMYK | 0.14 | 0 | 0.57 | 0.14 |
HSL | 74.88º | 0.63% | 0.61% | - |
HSV(B) | 74.88º | 0.57% | 0.86% | - |
XYZ | 48.09 | 62.16 | 20.05 | - |
YUV | 195.48 | 70.73 | 122.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 188 | 219 | 94 | 0.14 | 0 | 0.57 | 0.14 | 74.88 | 0.63 | 0.61 |
Hex | BC | DB | 5E | E | 0 | 39 | E | 4B | 3F | 3D |
Octal | 274 | 333 | 136 | 16 | 0 | 71 | 16 | 113 | 77 | 75 |
Binary | 10111100 | 11011011 | 1011110 | 1110 | 0 | 111001 | 1110 | 1001011 | 111111 | 111101 |
Color Harmonies of #BCDB5E
Complementary color
Monochromatic Colors of #BCDB5E
Black with #BCDB5E
Text Example
Text Example
White with #BCDB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB5E; }
p { color: rgb(188,219,94); }
H1.HeaderClassName
{
color: #BCDB5E;
}
.AnyTagClassName
{
color: #BCDB5E;
}
</style>
background-color css
<style>
a { background-color: #BCDB5E; }
a { background-color: rgb(188,219,94); }
div.DivClassName
{
background-color: #BCDB5E;
}
.BgClassName
{
background-color: #BCDB5E;
}
</style>
border-color css
<style>
span { border-color: #BCDB5E; }
span { border-color: rgb(188,219,94); }
td.TdClassName
{
border-color: #BCDB5E;
}
.TagClassName
{
border-color: #BCDB5E;
}
</style>