Shades of Conifer #BDDA57
Tints of Conifer #BDDA57
RGB
CMYK
RGB Variations
Color information
#BDDA57 (or 0xBDDA57) is known color: Conifer. HEX triplet: BD, DA and 57. RGB value is (189,218,87). Sum of RGB (Red+Green+Blue) = 189+218+87=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 87 (34.38% from 255 or 17.61% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA57 is #4225A8. Grayscale: #C2C2C2. Windows color (decimal): -4335017 or 5757629. OLE color: 5757629.
HSL color Cylindrical-coordinate representation of color #BDDA57: hue angle of 73.28º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BDDA57 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 87 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.15 |
| HSL | 73.28º | 0.64% | 0.6% | - |
| HSV(B) | 73.28º | 0.6% | 0.85% | - |
| XYZ | 47.78 | 61.65 | 18.4 | - |
| YUV | 194.4 | 67.39 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 87 | 0.13 | 0 | 0.60 | 0.15 | 73.28 | 0.64 | 0.6 |
| Hex | BD | DA | 57 | D | 0 | 3C | F | 49 | 40 | 3C |
| Octal | 275 | 332 | 127 | 15 | 0 | 74 | 17 | 111 | 100 | 74 |
| Binary | 10111101 | 11011010 | 1010111 | 1101 | 0 | 111100 | 1111 | 1001001 | 1000000 | 111100 |
Color Harmonies of #BDDA57
Complementary color
Monochromatic Colors of #BDDA57
Black with #BDDA57
Text Example
Text Example
White with #BDDA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA57; }
p { color: rgb(189,218,87); }
H1.HeaderClassName
{
color: #BDDA57;
}
.AnyTagClassName
{
color: #BDDA57;
}
</style>
background-color css
<style>
a { background-color: #BDDA57; }
a { background-color: rgb(189,218,87); }
div.DivClassName
{
background-color: #BDDA57;
}
.BgClassName
{
background-color: #BDDA57;
}
</style>
border-color css
<style>
span { border-color: #BDDA57; }
span { border-color: rgb(189,218,87); }
td.TdClassName
{
border-color: #BDDA57;
}
.TagClassName
{
border-color: #BDDA57;
}
</style>