Shades of Conifer #BCDA55
Tints of Conifer #BCDA55
RGB
CMYK
RGB Variations
Color information
#BCDA55 (or 0xBCDA55) is known color: Conifer. HEX triplet: BC, DA and 55. RGB value is (188,218,85). Sum of RGB (Red+Green+Blue) = 188+218+85=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 85 (33.59% from 255 or 17.31% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA55 is #4325AA. Grayscale: #C2C2C2. Windows color (decimal): -4400555 or 5626556. OLE color: 5626556.
HSL color Cylindrical-coordinate representation of color #BCDA55: hue angle of 73.53º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCDA55 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 85 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.15 |
| HSL | 73.53º | 0.64% | 0.59% | - |
| HSV(B) | 73.53º | 0.61% | 0.85% | - |
| XYZ | 47.45 | 61.49 | 17.96 | - |
| YUV | 193.87 | 66.56 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 85 | 0.14 | 0 | 0.61 | 0.15 | 73.53 | 0.64 | 0.59 |
| Hex | BC | DA | 55 | E | 0 | 3D | F | 4A | 40 | 3B |
| Octal | 274 | 332 | 125 | 16 | 0 | 75 | 17 | 112 | 100 | 73 |
| Binary | 10111100 | 11011010 | 1010101 | 1110 | 0 | 111101 | 1111 | 1001010 | 1000000 | 111011 |
Color Harmonies of #BCDA55
Complementary color
Monochromatic Colors of #BCDA55
Black with #BCDA55
Text Example
Text Example
White with #BCDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA55; }
p { color: rgb(188,218,85); }
H1.HeaderClassName
{
color: #BCDA55;
}
.AnyTagClassName
{
color: #BCDA55;
}
</style>
background-color css
<style>
a { background-color: #BCDA55; }
a { background-color: rgb(188,218,85); }
div.DivClassName
{
background-color: #BCDA55;
}
.BgClassName
{
background-color: #BCDA55;
}
</style>
border-color css
<style>
span { border-color: #BCDA55; }
span { border-color: rgb(188,218,85); }
td.TdClassName
{
border-color: #BCDA55;
}
.TagClassName
{
border-color: #BCDA55;
}
</style>