Shades of Conifer #BDDA4C
Tints of Conifer #BDDA4C
RGB
CMYK
RGB Variations
Color information
#BDDA4C (or 0xBDDA4C) is known color: Conifer. HEX triplet: BD, DA and 4C. RGB value is (189,218,76). Sum of RGB (Red+Green+Blue) = 189+218+76=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 76 (30.08% from 255 or 15.73% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDA4C is #4225B3. Grayscale: #C1C1C1. Windows color (decimal): -4335028 or 5036733. OLE color: 5036733.
HSL color Cylindrical-coordinate representation of color #BDDA4C: hue angle of 72.25º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDDA4C is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 76 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.15 |
| HSL | 72.25º | 0.66% | 0.58% | - |
| HSV(B) | 72.25º | 0.65% | 0.85% | - |
| XYZ | 47.36 | 61.48 | 16.21 | - |
| YUV | 193.14 | 61.89 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 76 | 0.13 | 0 | 0.65 | 0.15 | 72.25 | 0.66 | 0.58 |
| Hex | BD | DA | 4C | D | 0 | 41 | F | 48 | 42 | 3A |
| Octal | 275 | 332 | 114 | 15 | 0 | 101 | 17 | 110 | 102 | 72 |
| Binary | 10111101 | 11011010 | 1001100 | 1101 | 0 | 1000001 | 1111 | 1001000 | 1000010 | 111010 |
Color Harmonies of #BDDA4C
Complementary color
Monochromatic Colors of #BDDA4C
Black with #BDDA4C
Text Example
Text Example
White with #BDDA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA4C; }
p { color: rgb(189,218,76); }
H1.HeaderClassName
{
color: #BDDA4C;
}
.AnyTagClassName
{
color: #BDDA4C;
}
</style>
background-color css
<style>
a { background-color: #BDDA4C; }
a { background-color: rgb(189,218,76); }
div.DivClassName
{
background-color: #BDDA4C;
}
.BgClassName
{
background-color: #BDDA4C;
}
</style>
border-color css
<style>
span { border-color: #BDDA4C; }
span { border-color: rgb(189,218,76); }
td.TdClassName
{
border-color: #BDDA4C;
}
.TagClassName
{
border-color: #BDDA4C;
}
</style>