Shades of Conifer #BDDA58
Tints of Conifer #BDDA58
RGB
CMYK
RGB Variations
Color information
#BDDA58 (or 0xBDDA58) is known color: Conifer. HEX triplet: BD, DA and 58. RGB value is (189,218,88). Sum of RGB (Red+Green+Blue) = 189+218+88=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 88 (34.77% from 255 or 17.78% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA58 is #4225A7. Grayscale: #C3C3C3. Windows color (decimal): -4335016 or 5823165. OLE color: 5823165.
HSL color Cylindrical-coordinate representation of color #BDDA58: hue angle of 73.38º 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 #BDDA58 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 88 | - |
| CMYK | 0.13 | 0 | 0.60 | 0.15 |
| HSL | 73.38º | 0.64% | 0.6% | - |
| HSV(B) | 73.38º | 0.6% | 0.85% | - |
| XYZ | 47.82 | 61.67 | 18.61 | - |
| YUV | 194.51 | 67.89 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 88 | 0.13 | 0 | 0.60 | 0.15 | 73.38 | 0.64 | 0.6 |
| Hex | BD | DA | 58 | D | 0 | 3C | F | 49 | 40 | 3C |
| Octal | 275 | 332 | 130 | 15 | 0 | 74 | 17 | 111 | 100 | 74 |
| Binary | 10111101 | 11011010 | 1011000 | 1101 | 0 | 111100 | 1111 | 1001001 | 1000000 | 111100 |
Color Harmonies of #BDDA58
Complementary color
Monochromatic Colors of #BDDA58
Black with #BDDA58
Text Example
Text Example
White with #BDDA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA58; }
p { color: rgb(189,218,88); }
H1.HeaderClassName
{
color: #BDDA58;
}
.AnyTagClassName
{
color: #BDDA58;
}
</style>
background-color css
<style>
a { background-color: #BDDA58; }
a { background-color: rgb(189,218,88); }
div.DivClassName
{
background-color: #BDDA58;
}
.BgClassName
{
background-color: #BDDA58;
}
</style>
border-color css
<style>
span { border-color: #BDDA58; }
span { border-color: rgb(189,218,88); }
td.TdClassName
{
border-color: #BDDA58;
}
.TagClassName
{
border-color: #BDDA58;
}
</style>