Shades of Conifer #BDDF67
Tints of Conifer #BDDF67
RGB
CMYK
RGB Variations
Color information
#BDDF67 (or 0xBDDF67) is known color: Conifer. HEX triplet: BD, DF and 67. RGB value is (189,223,103). Sum of RGB (Red+Green+Blue) = 189+223+103=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 103 (40.62% from 255 or 20% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDF67 is #422098. Grayscale: #C7C7C7. Windows color (decimal): -4333721 or 6807485. OLE color: 6807485.
HSL color Cylindrical-coordinate representation of color #BDDF67: hue angle of 77º degrees, saturation: 0.65, 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 #BDDF67 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 103 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.13 |
| HSL | 77º | 0.65% | 0.64% | - |
| HSV(B) | 77º | 0.54% | 0.87% | - |
| XYZ | 49.82 | 64.57 | 22.67 | - |
| YUV | 199.15 | 73.74 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 103 | 0.15 | 0 | 0.54 | 0.13 | 77 | 0.65 | 0.64 |
| Hex | BD | DF | 67 | F | 0 | 36 | D | 4D | 41 | 40 |
| Octal | 275 | 337 | 147 | 17 | 0 | 66 | 15 | 115 | 101 | 100 |
| Binary | 10111101 | 11011111 | 1100111 | 1111 | 0 | 110110 | 1101 | 1001101 | 1000001 | 1000000 |
Color Harmonies of #BDDF67
Complementary color
Monochromatic Colors of #BDDF67
Black with #BDDF67
Text Example
Text Example
White with #BDDF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF67; }
p { color: rgb(189,223,103); }
H1.HeaderClassName
{
color: #BDDF67;
}
.AnyTagClassName
{
color: #BDDF67;
}
</style>
background-color css
<style>
a { background-color: #BDDF67; }
a { background-color: rgb(189,223,103); }
div.DivClassName
{
background-color: #BDDF67;
}
.BgClassName
{
background-color: #BDDF67;
}
</style>
border-color css
<style>
span { border-color: #BDDF67; }
span { border-color: rgb(189,223,103); }
td.TdClassName
{
border-color: #BDDF67;
}
.TagClassName
{
border-color: #BDDF67;
}
</style>