Shades of Conifer #BCDA53
Tints of Conifer #BCDA53
RGB
CMYK
RGB Variations
Color information
#BCDA53 (or 0xBCDA53) is known color: Conifer. HEX triplet: BC, DA and 53. RGB value is (188,218,83). Sum of RGB (Red+Green+Blue) = 188+218+83=489 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.45% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 83 (32.81% from 255 or 16.97% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDA53 is #4325AC. Grayscale: #C2C2C2. Windows color (decimal): -4400557 or 5495484. OLE color: 5495484.
HSL color Cylindrical-coordinate representation of color #BCDA53: hue angle of 73.33º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCDA53 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 83 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.15 |
| HSL | 73.33º | 0.65% | 0.59% | - |
| HSV(B) | 73.33º | 0.62% | 0.85% | - |
| XYZ | 47.37 | 61.46 | 17.55 | - |
| YUV | 193.64 | 65.56 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 83 | 0.14 | 0 | 0.62 | 0.15 | 73.33 | 0.65 | 0.59 |
| Hex | BC | DA | 53 | E | 0 | 3E | F | 49 | 41 | 3B |
| Octal | 274 | 332 | 123 | 16 | 0 | 76 | 17 | 111 | 101 | 73 |
| Binary | 10111100 | 11011010 | 1010011 | 1110 | 0 | 111110 | 1111 | 1001001 | 1000001 | 111011 |
Color Harmonies of #BCDA53
Complementary color
Monochromatic Colors of #BCDA53
Black with #BCDA53
Text Example
Text Example
White with #BCDA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDA53; }
p { color: rgb(188,218,83); }
H1.HeaderClassName
{
color: #BCDA53;
}
.AnyTagClassName
{
color: #BCDA53;
}
</style>
background-color css
<style>
a { background-color: #BCDA53; }
a { background-color: rgb(188,218,83); }
div.DivClassName
{
background-color: #BCDA53;
}
.BgClassName
{
background-color: #BCDA53;
}
</style>
border-color css
<style>
span { border-color: #BCDA53; }
span { border-color: rgb(188,218,83); }
td.TdClassName
{
border-color: #BCDA53;
}
.TagClassName
{
border-color: #BCDA53;
}
</style>