Shades of Conifer #BDE15C
Tints of Conifer #BDE15C
RGB
CMYK
RGB Variations
Color information
#BDE15C (or 0xBDE15C) is known color: Conifer. HEX triplet: BD, E1 and 5C. RGB value is (189,225,92). Sum of RGB (Red+Green+Blue) = 189+225+92=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #BDE15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDE15C is #421EA3. Grayscale: #C7C7C7. Windows color (decimal): -4333220 or 6087101. OLE color: 6087101.
HSL color Cylindrical-coordinate representation of color #BDE15C: hue angle of 76.24º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDE15C is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 189 | 225 | 92 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.12 |
| HSL | 76.24º | 0.69% | 0.62% | - |
| HSV(B) | 76.24º | 0.59% | 0.88% | - |
| XYZ | 49.84 | 65.44 | 20.13 | - |
| YUV | 199.07 | 67.57 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 225 | 92 | 0.16 | 0 | 0.59 | 0.12 | 76.24 | 0.69 | 0.62 |
| Hex | BD | E1 | 5C | 10 | 0 | 3B | C | 4C | 45 | 3E |
| Octal | 275 | 341 | 134 | 20 | 0 | 73 | 14 | 114 | 105 | 76 |
| Binary | 10111101 | 11100001 | 1011100 | 10000 | 0 | 111011 | 1100 | 1001100 | 1000101 | 111110 |
Color Harmonies of #BDE15C
Complementary color
Monochromatic Colors of #BDE15C
Black with #BDE15C
Text Example
Text Example
White with #BDE15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDE15C; }
p { color: rgb(189,225,92); }
H1.HeaderClassName
{
color: #BDE15C;
}
.AnyTagClassName
{
color: #BDE15C;
}
</style>
background-color css
<style>
a { background-color: #BDE15C; }
a { background-color: rgb(189,225,92); }
div.DivClassName
{
background-color: #BDE15C;
}
.BgClassName
{
background-color: #BDE15C;
}
</style>
border-color css
<style>
span { border-color: #BDE15C; }
span { border-color: rgb(189,225,92); }
td.TdClassName
{
border-color: #BDE15C;
}
.TagClassName
{
border-color: #BDE15C;
}
</style>