Shades of Conifer #BDE266
Tints of Conifer #BDE266
RGB
CMYK
RGB Variations
Color information
#BDE266 (or 0xBDE266) is known color: Conifer. HEX triplet: BD, E2 and 66. RGB value is (189,226,102). Sum of RGB (Red+Green+Blue) = 189+226+102=517 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.56% from 517); Green value is 226 (88.67% from 255 or 43.71% from 517); Blue value is 102 (40.23% from 255 or 19.73% from 517); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE266 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE266 is #421D99. Grayscale: #C9C9C9. Windows color (decimal): -4332954 or 6742717. OLE color: 6742717.
HSL color Cylindrical-coordinate representation of color #BDE266: hue angle of 77.9º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BDE266 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 102 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.11 |
| HSL | 77.9º | 0.68% | 0.64% | - |
| HSV(B) | 77.9º | 0.55% | 0.89% | - |
| XYZ | 50.58 | 66.17 | 22.68 | - |
| YUV | 200.8 | 72.24 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 102 | 0.16 | 0 | 0.55 | 0.11 | 77.9 | 0.68 | 0.64 |
| Hex | BD | E2 | 66 | 10 | 0 | 37 | B | 4E | 44 | 40 |
| Octal | 275 | 342 | 146 | 20 | 0 | 67 | 13 | 116 | 104 | 100 |
| Binary | 10111101 | 11100010 | 1100110 | 10000 | 0 | 110111 | 1011 | 1001110 | 1000100 | 1000000 |
Color Harmonies of #BDE266
Complementary color
Monochromatic Colors of #BDE266
Black with #BDE266
Text Example
Text Example
White with #BDE266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE266; }
p { color: rgb(189,226,102); }
H1.HeaderClassName
{
color: #BDE266;
}
.AnyTagClassName
{
color: #BDE266;
}
</style>
background-color css
<style>
a { background-color: #BDE266; }
a { background-color: rgb(189,226,102); }
div.DivClassName
{
background-color: #BDE266;
}
.BgClassName
{
background-color: #BDE266;
}
</style>
border-color css
<style>
span { border-color: #BDE266; }
span { border-color: rgb(189,226,102); }
td.TdClassName
{
border-color: #BDE266;
}
.TagClassName
{
border-color: #BDE266;
}
</style>