Shades of Conifer #BDDD4A
Tints of Conifer #BDDD4A
RGB
CMYK
RGB Variations
Color information
#BDDD4A (or 0xBDDD4A) is known color: Conifer. HEX triplet: BD, DD and 4A. RGB value is (189,221,74). Sum of RGB (Red+Green+Blue) = 189+221+74=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDD4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDD4A is #4222B5. Grayscale: #C3C3C3. Windows color (decimal): -4334262 or 4906429. OLE color: 4906429.
HSL color Cylindrical-coordinate representation of color #BDDD4A: hue angle of 73.06º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDDD4A is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 221 | 74 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.13 |
| HSL | 73.06º | 0.68% | 0.58% | - |
| HSV(B) | 73.06º | 0.67% | 0.87% | - |
| XYZ | 48.08 | 63.03 | 16.11 | - |
| YUV | 194.67 | 59.9 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 221 | 74 | 0.14 | 0 | 0.67 | 0.13 | 73.06 | 0.68 | 0.58 |
| Hex | BD | DD | 4A | E | 0 | 43 | D | 49 | 44 | 3A |
| Octal | 275 | 335 | 112 | 16 | 0 | 103 | 15 | 111 | 104 | 72 |
| Binary | 10111101 | 11011101 | 1001010 | 1110 | 0 | 1000011 | 1101 | 1001001 | 1000100 | 111010 |
Color Harmonies of #BDDD4A
Complementary color
Monochromatic Colors of #BDDD4A
Black with #BDDD4A
Text Example
Text Example
White with #BDDD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDD4A; }
p { color: rgb(189,221,74); }
H1.HeaderClassName
{
color: #BDDD4A;
}
.AnyTagClassName
{
color: #BDDD4A;
}
</style>
background-color css
<style>
a { background-color: #BDDD4A; }
a { background-color: rgb(189,221,74); }
div.DivClassName
{
background-color: #BDDD4A;
}
.BgClassName
{
background-color: #BDDD4A;
}
</style>
border-color css
<style>
span { border-color: #BDDD4A; }
span { border-color: rgb(189,221,74); }
td.TdClassName
{
border-color: #BDDD4A;
}
.TagClassName
{
border-color: #BDDD4A;
}
</style>