Shades of Conifer #BDE166
Tints of Conifer #BDE166
RGB
CMYK
RGB Variations
Color information
#BDE166 (or 0xBDE166) is known color: Conifer. HEX triplet: BD, E1 and 66. RGB value is (189,225,102). Sum of RGB (Red+Green+Blue) = 189+225+102=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 225 (88.28% from 255 or 43.60% from 516); Blue value is 102 (40.23% from 255 or 19.77% from 516); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE166 is #421E99. Grayscale: #C8C8C8. Windows color (decimal): -4333210 or 6742461. OLE color: 6742461.
HSL color Cylindrical-coordinate representation of color #BDE166: hue angle of 77.56º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDE166 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 102 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.12 |
| HSL | 77.56º | 0.67% | 0.64% | - |
| HSV(B) | 77.56º | 0.55% | 0.88% | - |
| XYZ | 50.31 | 65.63 | 22.59 | - |
| YUV | 200.21 | 72.57 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 102 | 0.16 | 0 | 0.55 | 0.12 | 77.56 | 0.67 | 0.64 |
| Hex | BD | E1 | 66 | 10 | 0 | 37 | C | 4E | 43 | 40 |
| Octal | 275 | 341 | 146 | 20 | 0 | 67 | 14 | 116 | 103 | 100 |
| Binary | 10111101 | 11100001 | 1100110 | 10000 | 0 | 110111 | 1100 | 1001110 | 1000011 | 1000000 |
Color Harmonies of #BDE166
Complementary color
Monochromatic Colors of #BDE166
Black with #BDE166
Text Example
Text Example
White with #BDE166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE166; }
p { color: rgb(189,225,102); }
H1.HeaderClassName
{
color: #BDE166;
}
.AnyTagClassName
{
color: #BDE166;
}
</style>
background-color css
<style>
a { background-color: #BDE166; }
a { background-color: rgb(189,225,102); }
div.DivClassName
{
background-color: #BDE166;
}
.BgClassName
{
background-color: #BDE166;
}
</style>
border-color css
<style>
span { border-color: #BDE166; }
span { border-color: rgb(189,225,102); }
td.TdClassName
{
border-color: #BDE166;
}
.TagClassName
{
border-color: #BDE166;
}
</style>