Shades of Conifer #BCDD5A
Tints of Conifer #BCDD5A
RGB
CMYK
RGB Variations
Color information
#BCDD5A (or 0xBCDD5A) is known color: Conifer. HEX triplet: BC, DD and 5A. RGB value is (188,221,90). Sum of RGB (Red+Green+Blue) = 188+221+90=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 90 (35.55% from 255 or 18.04% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD5A is #4322A5. Grayscale: #C4C4C4. Windows color (decimal): -4399782 or 5955004. OLE color: 5955004.
HSL color Cylindrical-coordinate representation of color #BCDD5A: hue angle of 75.11º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCDD5A is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 188 | 221 | 90 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.13 |
| HSL | 75.11º | 0.66% | 0.61% | - |
| HSV(B) | 75.11º | 0.59% | 0.87% | - |
| XYZ | 48.44 | 63.14 | 19.31 | - |
| YUV | 196.2 | 68.07 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 221 | 90 | 0.15 | 0 | 0.59 | 0.13 | 75.11 | 0.66 | 0.61 |
| Hex | BC | DD | 5A | F | 0 | 3B | D | 4B | 42 | 3D |
| Octal | 274 | 335 | 132 | 17 | 0 | 73 | 15 | 113 | 102 | 75 |
| Binary | 10111100 | 11011101 | 1011010 | 1111 | 0 | 111011 | 1101 | 1001011 | 1000010 | 111101 |
Color Harmonies of #BCDD5A
Complementary color
Monochromatic Colors of #BCDD5A
Black with #BCDD5A
Text Example
Text Example
White with #BCDD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDD5A; }
p { color: rgb(188,221,90); }
H1.HeaderClassName
{
color: #BCDD5A;
}
.AnyTagClassName
{
color: #BCDD5A;
}
</style>
background-color css
<style>
a { background-color: #BCDD5A; }
a { background-color: rgb(188,221,90); }
div.DivClassName
{
background-color: #BCDD5A;
}
.BgClassName
{
background-color: #BCDD5A;
}
</style>
border-color css
<style>
span { border-color: #BCDD5A; }
span { border-color: rgb(188,221,90); }
td.TdClassName
{
border-color: #BCDD5A;
}
.TagClassName
{
border-color: #BCDD5A;
}
</style>