Shades of Conifer #BDE867
Tints of Conifer #BDE867
RGB
CMYK
RGB Variations
Color information
#BDE867 (or 0xBDE867) is known color: Conifer. HEX triplet: BD, E8 and 67. RGB value is (189,232,103). Sum of RGB (Red+Green+Blue) = 189+232+103=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 103 (40.62% from 255 or 19.66% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #BDE867 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDE867 is #421798. Grayscale: #CCCCCC. Windows color (decimal): -4331417 or 6809789. OLE color: 6809789.
HSL color Cylindrical-coordinate representation of color #BDE867: hue angle of 80º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDE867 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 232 | 103 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.09 |
| HSL | 80º | 0.74% | 0.66% | - |
| HSV(B) | 80º | 0.56% | 0.91% | - |
| XYZ | 52.29 | 69.51 | 23.49 | - |
| YUV | 204.44 | 70.75 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 232 | 103 | 0.19 | 0 | 0.56 | 0.09 | 80 | 0.74 | 0.66 |
| Hex | BD | E8 | 67 | 13 | 0 | 38 | 9 | 50 | 4A | 42 |
| Octal | 275 | 350 | 147 | 23 | 0 | 70 | 11 | 120 | 112 | 102 |
| Binary | 10111101 | 11101000 | 1100111 | 10011 | 0 | 111000 | 1001 | 1010000 | 1001010 | 1000010 |
Color Harmonies of #BDE867
Complementary color
Monochromatic Colors of #BDE867
Black with #BDE867
Text Example
Text Example
White with #BDE867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE867; }
p { color: rgb(189,232,103); }
H1.HeaderClassName
{
color: #BDE867;
}
.AnyTagClassName
{
color: #BDE867;
}
</style>
background-color css
<style>
a { background-color: #BDE867; }
a { background-color: rgb(189,232,103); }
div.DivClassName
{
background-color: #BDE867;
}
.BgClassName
{
background-color: #BDE867;
}
</style>
border-color css
<style>
span { border-color: #BDE867; }
span { border-color: rgb(189,232,103); }
td.TdClassName
{
border-color: #BDE867;
}
.TagClassName
{
border-color: #BDE867;
}
</style>