Shades of Conifer #BDE259
Tints of Conifer #BDE259
RGB
CMYK
RGB Variations
Color information
#BDE259 (or 0xBDE259) is known color: Conifer. HEX triplet: BD, E2 and 59. RGB value is (189,226,89). Sum of RGB (Red+Green+Blue) = 189+226+89=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 89 (35.16% from 255 or 17.66% from 504); Max value from RGB is 226 - color contains mainly: green. Hex color #BDE259 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE259 is #421DA6. Grayscale: #C7C7C7. Windows color (decimal): -4332967 or 5890749. OLE color: 5890749.
HSL color Cylindrical-coordinate representation of color #BDE259: hue angle of 76.2º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDE259 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 226 | 89 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.11 |
| HSL | 76.2º | 0.7% | 0.62% | - |
| HSV(B) | 76.2º | 0.61% | 0.89% | - |
| XYZ | 49.99 | 65.93 | 19.54 | - |
| YUV | 199.32 | 65.74 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 226 | 89 | 0.16 | 0 | 0.61 | 0.11 | 76.2 | 0.7 | 0.62 |
| Hex | BD | E2 | 59 | 10 | 0 | 3D | B | 4C | 46 | 3E |
| Octal | 275 | 342 | 131 | 20 | 0 | 75 | 13 | 114 | 106 | 76 |
| Binary | 10111101 | 11100010 | 1011001 | 10000 | 0 | 111101 | 1011 | 1001100 | 1000110 | 111110 |
Color Harmonies of #BDE259
Complementary color
Monochromatic Colors of #BDE259
Black with #BDE259
Text Example
Text Example
White with #BDE259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE259; }
p { color: rgb(189,226,89); }
H1.HeaderClassName
{
color: #BDE259;
}
.AnyTagClassName
{
color: #BDE259;
}
</style>
background-color css
<style>
a { background-color: #BDE259; }
a { background-color: rgb(189,226,89); }
div.DivClassName
{
background-color: #BDE259;
}
.BgClassName
{
background-color: #BDE259;
}
</style>
border-color css
<style>
span { border-color: #BDE259; }
span { border-color: rgb(189,226,89); }
td.TdClassName
{
border-color: #BDE259;
}
.TagClassName
{
border-color: #BDE259;
}
</style>