Shades of Conifer #BDE866
Tints of Conifer #BDE866
RGB
CMYK
RGB Variations
Color information
#BDE866 (or 0xBDE866) is known color: Conifer. HEX triplet: BD, E8 and 66. RGB value is (189,232,102). Sum of RGB (Red+Green+Blue) = 189+232+102=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 232 (91.02% from 255 or 44.36% from 523); Blue value is 102 (40.23% from 255 or 19.50% from 523); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE866 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE866 is #421799. Grayscale: #CCCCCC. Windows color (decimal): -4331418 or 6744253. OLE color: 6744253.
HSL color Cylindrical-coordinate representation of color #BDE866: hue angle of 79.85º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDE866 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 102 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.09 |
| HSL | 79.85º | 0.74% | 0.65% | - |
| HSV(B) | 79.85º | 0.56% | 0.91% | - |
| XYZ | 52.24 | 69.49 | 23.23 | - |
| YUV | 204.32 | 70.25 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 102 | 0.19 | 0 | 0.56 | 0.09 | 79.85 | 0.74 | 0.65 |
| Hex | BD | E8 | 66 | 13 | 0 | 38 | 9 | 50 | 4A | 41 |
| Octal | 275 | 350 | 146 | 23 | 0 | 70 | 11 | 120 | 112 | 101 |
| Binary | 10111101 | 11101000 | 1100110 | 10011 | 0 | 111000 | 1001 | 1010000 | 1001010 | 1000001 |
Color Harmonies of #BDE866
Complementary color
Monochromatic Colors of #BDE866
Black with #BDE866
Text Example
Text Example
White with #BDE866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE866; }
p { color: rgb(189,232,102); }
H1.HeaderClassName
{
color: #BDE866;
}
.AnyTagClassName
{
color: #BDE866;
}
</style>
background-color css
<style>
a { background-color: #BDE866; }
a { background-color: rgb(189,232,102); }
div.DivClassName
{
background-color: #BDE866;
}
.BgClassName
{
background-color: #BDE866;
}
</style>
border-color css
<style>
span { border-color: #BDE866; }
span { border-color: rgb(189,232,102); }
td.TdClassName
{
border-color: #BDE866;
}
.TagClassName
{
border-color: #BDE866;
}
</style>