Shades of Conifer #BDEA62
Tints of Conifer #BDEA62
RGB
CMYK
RGB Variations
Color information
#BDEA62 (or 0xBDEA62) is known color: Conifer. HEX triplet: BD, EA and 62. RGB value is (189,234,98). Sum of RGB (Red+Green+Blue) = 189+234+98=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 234 (91.80% from 255 or 44.91% from 521); Blue value is 98 (38.67% from 255 or 18.81% from 521); Max value from RGB is 234 - color contains mainly: green. Hex color #BDEA62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDEA62 is #42159D. Grayscale: #CDCDCD. Windows color (decimal): -4330910 or 6482621. OLE color: 6482621.
HSL color Cylindrical-coordinate representation of color #BDEA62: hue angle of 79.85º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDEA62 is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 234 | 98 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.08 |
| HSL | 79.85º | 0.76% | 0.65% | - |
| HSV(B) | 79.85º | 0.58% | 0.92% | - |
| XYZ | 52.61 | 70.55 | 22.4 | - |
| YUV | 205.04 | 67.59 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 234 | 98 | 0.19 | 0 | 0.58 | 0.08 | 79.85 | 0.76 | 0.65 |
| Hex | BD | EA | 62 | 13 | 0 | 3A | 8 | 50 | 4C | 41 |
| Octal | 275 | 352 | 142 | 23 | 0 | 72 | 10 | 120 | 114 | 101 |
| Binary | 10111101 | 11101010 | 1100010 | 10011 | 0 | 111010 | 1000 | 1010000 | 1001100 | 1000001 |
Color Harmonies of #BDEA62
Complementary color
Monochromatic Colors of #BDEA62
Black with #BDEA62
Text Example
Text Example
White with #BDEA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDEA62; }
p { color: rgb(189,234,98); }
H1.HeaderClassName
{
color: #BDEA62;
}
.AnyTagClassName
{
color: #BDEA62;
}
</style>
background-color css
<style>
a { background-color: #BDEA62; }
a { background-color: rgb(189,234,98); }
div.DivClassName
{
background-color: #BDEA62;
}
.BgClassName
{
background-color: #BDEA62;
}
</style>
border-color css
<style>
span { border-color: #BDEA62; }
span { border-color: rgb(189,234,98); }
td.TdClassName
{
border-color: #BDEA62;
}
.TagClassName
{
border-color: #BDEA62;
}
</style>