Shades of Conifer #BDEA60
Tints of Conifer #BDEA60
RGB
CMYK
RGB Variations
Color information
#BDEA60 (or 0xBDEA60) is known color: Conifer. HEX triplet: BD, EA and 60. RGB value is (189,234,96). Sum of RGB (Red+Green+Blue) = 189+234+96=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 96 (37.89% from 255 or 18.50% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEA60 is #42159F. Grayscale: #CDCDCD. Windows color (decimal): -4330912 or 6351549. OLE color: 6351549.
HSL color Cylindrical-coordinate representation of color #BDEA60: hue angle of 79.57º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDEA60 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 96 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.08 |
| HSL | 79.57º | 0.77% | 0.65% | - |
| HSV(B) | 79.57º | 0.59% | 0.92% | - |
| XYZ | 52.52 | 70.51 | 21.91 | - |
| YUV | 204.81 | 66.59 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 96 | 0.19 | 0 | 0.59 | 0.08 | 79.57 | 0.77 | 0.65 |
| Hex | BD | EA | 60 | 13 | 0 | 3B | 8 | 50 | 4D | 41 |
| Octal | 275 | 352 | 140 | 23 | 0 | 73 | 10 | 120 | 115 | 101 |
| Binary | 10111101 | 11101010 | 1100000 | 10011 | 0 | 111011 | 1000 | 1010000 | 1001101 | 1000001 |
Color Harmonies of #BDEA60
Complementary color
Monochromatic Colors of #BDEA60
Black with #BDEA60
Text Example
Text Example
White with #BDEA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEA60; }
p { color: rgb(189,234,96); }
H1.HeaderClassName
{
color: #BDEA60;
}
.AnyTagClassName
{
color: #BDEA60;
}
</style>
background-color css
<style>
a { background-color: #BDEA60; }
a { background-color: rgb(189,234,96); }
div.DivClassName
{
background-color: #BDEA60;
}
.BgClassName
{
background-color: #BDEA60;
}
</style>
border-color css
<style>
span { border-color: #BDEA60; }
span { border-color: rgb(189,234,96); }
td.TdClassName
{
border-color: #BDEA60;
}
.TagClassName
{
border-color: #BDEA60;
}
</style>