Shades of Conifer #BDEA5D
Tints of Conifer #BDEA5D
RGB
CMYK
RGB Variations
Color information
#BDEA5D (or 0xBDEA5D) is known color: Conifer. HEX triplet: BD, EA and 5D. RGB value is (189,234,93). Sum of RGB (Red+Green+Blue) = 189+234+93=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 234 (91.80% from 255 or 45.35% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEA5D is #4215A2. Grayscale: #CCCCCC. Windows color (decimal): -4330915 or 6154941. OLE color: 6154941.
HSL color Cylindrical-coordinate representation of color #BDEA5D: hue angle of 79.15º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDEA5D is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 93 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.08 |
| HSL | 79.15º | 0.77% | 0.64% | - |
| HSV(B) | 79.15º | 0.6% | 0.92% | - |
| XYZ | 52.38 | 70.45 | 21.19 | - |
| YUV | 204.47 | 65.09 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 93 | 0.19 | 0 | 0.60 | 0.08 | 79.15 | 0.77 | 0.64 |
| Hex | BD | EA | 5D | 13 | 0 | 3C | 8 | 4F | 4D | 40 |
| Octal | 275 | 352 | 135 | 23 | 0 | 74 | 10 | 117 | 115 | 100 |
| Binary | 10111101 | 11101010 | 1011101 | 10011 | 0 | 111100 | 1000 | 1001111 | 1001101 | 1000000 |
Color Harmonies of #BDEA5D
Complementary color
Monochromatic Colors of #BDEA5D
Black with #BDEA5D
Text Example
Text Example
White with #BDEA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEA5D; }
p { color: rgb(189,234,93); }
H1.HeaderClassName
{
color: #BDEA5D;
}
.AnyTagClassName
{
color: #BDEA5D;
}
</style>
background-color css
<style>
a { background-color: #BDEA5D; }
a { background-color: rgb(189,234,93); }
div.DivClassName
{
background-color: #BDEA5D;
}
.BgClassName
{
background-color: #BDEA5D;
}
</style>
border-color css
<style>
span { border-color: #BDEA5D; }
span { border-color: rgb(189,234,93); }
td.TdClassName
{
border-color: #BDEA5D;
}
.TagClassName
{
border-color: #BDEA5D;
}
</style>