Shades of Conifer #BDDE68
Tints of Conifer #BDDE68
RGB
CMYK
RGB Variations
Color information
#BDDE68 (or 0xBDDE68) is known color: Conifer. HEX triplet: BD, DE and 68. RGB value is (189,222,104). Sum of RGB (Red+Green+Blue) = 189+222+104=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDE68 is #422197. Grayscale: #C7C7C7. Windows color (decimal): -4333976 or 6872765. OLE color: 6872765.
HSL color Cylindrical-coordinate representation of color #BDDE68: hue angle of 76.78º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDDE68 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 222 | 104 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.13 |
| HSL | 76.78º | 0.64% | 0.64% | - |
| HSV(B) | 76.78º | 0.53% | 0.87% | - |
| XYZ | 49.61 | 64.06 | 22.85 | - |
| YUV | 198.68 | 74.57 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 104 | 0.15 | 0 | 0.53 | 0.13 | 76.78 | 0.64 | 0.64 |
| Hex | BD | DE | 68 | F | 0 | 35 | D | 4D | 40 | 40 |
| Octal | 275 | 336 | 150 | 17 | 0 | 65 | 15 | 115 | 100 | 100 |
| Binary | 10111101 | 11011110 | 1101000 | 1111 | 0 | 110101 | 1101 | 1001101 | 1000000 | 1000000 |
Color Harmonies of #BDDE68
Complementary color
Monochromatic Colors of #BDDE68
Black with #BDDE68
Text Example
Text Example
White with #BDDE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDE68; }
p { color: rgb(189,222,104); }
H1.HeaderClassName
{
color: #BDDE68;
}
.AnyTagClassName
{
color: #BDDE68;
}
</style>
background-color css
<style>
a { background-color: #BDDE68; }
a { background-color: rgb(189,222,104); }
div.DivClassName
{
background-color: #BDDE68;
}
.BgClassName
{
background-color: #BDDE68;
}
</style>
border-color css
<style>
span { border-color: #BDDE68; }
span { border-color: rgb(189,222,104); }
td.TdClassName
{
border-color: #BDDE68;
}
.TagClassName
{
border-color: #BDDE68;
}
</style>