Shades of Conifer #BDE164
Tints of Conifer #BDE164
RGB
CMYK
RGB Variations
Color information
#BDE164 (or 0xBDE164) is known color: Conifer. HEX triplet: BD, E1 and 64. RGB value is (189,225,100). Sum of RGB (Red+Green+Blue) = 189+225+100=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE164 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE164 is #421E9B. Grayscale: #C8C8C8. Windows color (decimal): -4333212 or 6611389. OLE color: 6611389.
HSL color Cylindrical-coordinate representation of color #BDE164: hue angle of 77.28º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDE164 is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 100 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.12 |
| HSL | 77.28º | 0.68% | 0.64% | - |
| HSV(B) | 77.28º | 0.56% | 0.88% | - |
| XYZ | 50.21 | 65.59 | 22.07 | - |
| YUV | 199.99 | 71.57 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 100 | 0.16 | 0 | 0.56 | 0.12 | 77.28 | 0.68 | 0.64 |
| Hex | BD | E1 | 64 | 10 | 0 | 38 | C | 4D | 44 | 40 |
| Octal | 275 | 341 | 144 | 20 | 0 | 70 | 14 | 115 | 104 | 100 |
| Binary | 10111101 | 11100001 | 1100100 | 10000 | 0 | 111000 | 1100 | 1001101 | 1000100 | 1000000 |
Color Harmonies of #BDE164
Complementary color
Monochromatic Colors of #BDE164
Black with #BDE164
Text Example
Text Example
White with #BDE164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE164; }
p { color: rgb(189,225,100); }
H1.HeaderClassName
{
color: #BDE164;
}
.AnyTagClassName
{
color: #BDE164;
}
</style>
background-color css
<style>
a { background-color: #BDE164; }
a { background-color: rgb(189,225,100); }
div.DivClassName
{
background-color: #BDE164;
}
.BgClassName
{
background-color: #BDE164;
}
</style>
border-color css
<style>
span { border-color: #BDE164; }
span { border-color: rgb(189,225,100); }
td.TdClassName
{
border-color: #BDE164;
}
.TagClassName
{
border-color: #BDE164;
}
</style>