Shades of Conifer #BCDB5A
Tints of Conifer #BCDB5A
RGB
CMYK
RGB Variations
Color information
#BCDB5A (or 0xBCDB5A) is known color: Conifer. HEX triplet: BC, DB and 5A. RGB value is (188,219,90). Sum of RGB (Red+Green+Blue) = 188+219+90=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 90 (35.55% from 255 or 18.11% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDB5A is #4324A5. Grayscale: #C3C3C3. Windows color (decimal): -4400294 or 5954492. OLE color: 5954492.
HSL color Cylindrical-coordinate representation of color #BCDB5A: hue angle of 74.42º degrees, saturation: 0.64, 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 #BCDB5A is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 219 | 90 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.14 |
| HSL | 74.42º | 0.64% | 0.61% | - |
| HSV(B) | 74.42º | 0.59% | 0.86% | - |
| XYZ | 47.92 | 62.09 | 19.13 | - |
| YUV | 195.03 | 68.73 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 219 | 90 | 0.14 | 0 | 0.59 | 0.14 | 74.42 | 0.64 | 0.61 |
| Hex | BC | DB | 5A | E | 0 | 3B | E | 4A | 40 | 3D |
| Octal | 274 | 333 | 132 | 16 | 0 | 73 | 16 | 112 | 100 | 75 |
| Binary | 10111100 | 11011011 | 1011010 | 1110 | 0 | 111011 | 1110 | 1001010 | 1000000 | 111101 |
Color Harmonies of #BCDB5A
Complementary color
Monochromatic Colors of #BCDB5A
Black with #BCDB5A
Text Example
Text Example
White with #BCDB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDB5A; }
p { color: rgb(188,219,90); }
H1.HeaderClassName
{
color: #BCDB5A;
}
.AnyTagClassName
{
color: #BCDB5A;
}
</style>
background-color css
<style>
a { background-color: #BCDB5A; }
a { background-color: rgb(188,219,90); }
div.DivClassName
{
background-color: #BCDB5A;
}
.BgClassName
{
background-color: #BCDB5A;
}
</style>
border-color css
<style>
span { border-color: #BCDB5A; }
span { border-color: rgb(188,219,90); }
td.TdClassName
{
border-color: #BCDB5A;
}
.TagClassName
{
border-color: #BCDB5A;
}
</style>