Shades of Conifer #BCD85A
Tints of Conifer #BCD85A
RGB
CMYK
RGB Variations
Color information
#BCD85A (or 0xBCD85A) is known color: Conifer. HEX triplet: BC, D8 and 5A. RGB value is (188,216,90). Sum of RGB (Red+Green+Blue) = 188+216+90=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 216 (84.77% from 255 or 43.72% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD85A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD85A is #4327A5. Grayscale: #C1C1C1. Windows color (decimal): -4401062 or 5953724. OLE color: 5953724.
HSL color Cylindrical-coordinate representation of color #BCD85A: hue angle of 73.33º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCD85A is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 216 | 90 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.15 |
| HSL | 73.33º | 0.62% | 0.6% | - |
| HSV(B) | 73.33º | 0.58% | 0.85% | - |
| XYZ | 47.14 | 60.54 | 18.87 | - |
| YUV | 193.26 | 69.72 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 216 | 90 | 0.13 | 0 | 0.58 | 0.15 | 73.33 | 0.62 | 0.6 |
| Hex | BC | D8 | 5A | D | 0 | 3A | F | 49 | 3E | 3C |
| Octal | 274 | 330 | 132 | 15 | 0 | 72 | 17 | 111 | 76 | 74 |
| Binary | 10111100 | 11011000 | 1011010 | 1101 | 0 | 111010 | 1111 | 1001001 | 111110 | 111100 |
Color Harmonies of #BCD85A
Complementary color
Monochromatic Colors of #BCD85A
Black with #BCD85A
Text Example
Text Example
White with #BCD85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCD85A; }
p { color: rgb(188,216,90); }
H1.HeaderClassName
{
color: #BCD85A;
}
.AnyTagClassName
{
color: #BCD85A;
}
</style>
background-color css
<style>
a { background-color: #BCD85A; }
a { background-color: rgb(188,216,90); }
div.DivClassName
{
background-color: #BCD85A;
}
.BgClassName
{
background-color: #BCD85A;
}
</style>
border-color css
<style>
span { border-color: #BCD85A; }
span { border-color: rgb(188,216,90); }
td.TdClassName
{
border-color: #BCD85A;
}
.TagClassName
{
border-color: #BCD85A;
}
</style>