Shades of Conifer #BDDE67
Tints of Conifer #BDDE67
RGB
CMYK
RGB Variations
Color information
#BDDE67 (or 0xBDDE67) is known color: Conifer. HEX triplet: BD, DE and 67. RGB value is (189,222,103). Sum of RGB (Red+Green+Blue) = 189+222+103=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 103 (40.62% from 255 or 20.04% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #BDDE67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDE67 is #422198. Grayscale: #C7C7C7. Windows color (decimal): -4333977 or 6807229. OLE color: 6807229.
HSL color Cylindrical-coordinate representation of color #BDDE67: hue angle of 76.64º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDDE67 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 222 | 103 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.13 |
| HSL | 76.64º | 0.64% | 0.64% | - |
| HSV(B) | 76.64º | 0.54% | 0.87% | - |
| XYZ | 49.56 | 64.04 | 22.58 | - |
| YUV | 198.57 | 74.07 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 222 | 103 | 0.15 | 0 | 0.54 | 0.13 | 76.64 | 0.64 | 0.64 |
| Hex | BD | DE | 67 | F | 0 | 36 | D | 4D | 40 | 40 |
| Octal | 275 | 336 | 147 | 17 | 0 | 66 | 15 | 115 | 100 | 100 |
| Binary | 10111101 | 11011110 | 1100111 | 1111 | 0 | 110110 | 1101 | 1001101 | 1000000 | 1000000 |
Color Harmonies of #BDDE67
Complementary color
Monochromatic Colors of #BDDE67
Black with #BDDE67
Text Example
Text Example
White with #BDDE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDE67; }
p { color: rgb(189,222,103); }
H1.HeaderClassName
{
color: #BDDE67;
}
.AnyTagClassName
{
color: #BDDE67;
}
</style>
background-color css
<style>
a { background-color: #BDDE67; }
a { background-color: rgb(189,222,103); }
div.DivClassName
{
background-color: #BDDE67;
}
.BgClassName
{
background-color: #BDDE67;
}
</style>
border-color css
<style>
span { border-color: #BDDE67; }
span { border-color: rgb(189,222,103); }
td.TdClassName
{
border-color: #BDDE67;
}
.TagClassName
{
border-color: #BDDE67;
}
</style>