Shades of Conifer #BDDC4C
Tints of Conifer #BDDC4C
RGB
CMYK
RGB Variations
Color information
#BDDC4C (or 0xBDDC4C) is known color: Conifer. HEX triplet: BD, DC and 4C. RGB value is (189,220,76). Sum of RGB (Red+Green+Blue) = 189+220+76=485 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.97% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 76 (30.08% from 255 or 15.67% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDC4C is #4223B3. Grayscale: #C2C2C2. Windows color (decimal): -4334516 or 5037245. OLE color: 5037245.
HSL color Cylindrical-coordinate representation of color #BDDC4C: hue angle of 72.92º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BDDC4C is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 76 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.14 |
| HSL | 72.92º | 0.67% | 0.58% | - |
| HSV(B) | 72.92º | 0.65% | 0.86% | - |
| XYZ | 47.88 | 62.53 | 16.38 | - |
| YUV | 194.32 | 61.23 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 76 | 0.14 | 0 | 0.65 | 0.14 | 72.92 | 0.67 | 0.58 |
| Hex | BD | DC | 4C | E | 0 | 41 | E | 49 | 43 | 3A |
| Octal | 275 | 334 | 114 | 16 | 0 | 101 | 16 | 111 | 103 | 72 |
| Binary | 10111101 | 11011100 | 1001100 | 1110 | 0 | 1000001 | 1110 | 1001001 | 1000011 | 111010 |
Color Harmonies of #BDDC4C
Complementary color
Monochromatic Colors of #BDDC4C
Black with #BDDC4C
Text Example
Text Example
White with #BDDC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC4C; }
p { color: rgb(189,220,76); }
H1.HeaderClassName
{
color: #BDDC4C;
}
.AnyTagClassName
{
color: #BDDC4C;
}
</style>
background-color css
<style>
a { background-color: #BDDC4C; }
a { background-color: rgb(189,220,76); }
div.DivClassName
{
background-color: #BDDC4C;
}
.BgClassName
{
background-color: #BDDC4C;
}
</style>
border-color css
<style>
span { border-color: #BDDC4C; }
span { border-color: rgb(189,220,76); }
td.TdClassName
{
border-color: #BDDC4C;
}
.TagClassName
{
border-color: #BDDC4C;
}
</style>