Shades of Conifer #BDDC4B
Tints of Conifer #BDDC4B
RGB
CMYK
RGB Variations
Color information
#BDDC4B (or 0xBDDC4B) is known color: Conifer. HEX triplet: BD, DC and 4B. RGB value is (189,220,75). Sum of RGB (Red+Green+Blue) = 189+220+75=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 75 (29.69% from 255 or 15.50% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDC4B is #4223B4. Grayscale: #C2C2C2. Windows color (decimal): -4334517 or 4971709. OLE color: 4971709.
HSL color Cylindrical-coordinate representation of color #BDDC4B: hue angle of 72.83º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDDC4B is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 75 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.14 |
| HSL | 72.83º | 0.67% | 0.58% | - |
| HSV(B) | 72.83º | 0.66% | 0.86% | - |
| XYZ | 47.85 | 62.51 | 16.2 | - |
| YUV | 194.2 | 60.73 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 75 | 0.14 | 0 | 0.66 | 0.14 | 72.83 | 0.67 | 0.58 |
| Hex | BD | DC | 4B | E | 0 | 42 | E | 49 | 43 | 3A |
| Octal | 275 | 334 | 113 | 16 | 0 | 102 | 16 | 111 | 103 | 72 |
| Binary | 10111101 | 11011100 | 1001011 | 1110 | 0 | 1000010 | 1110 | 1001001 | 1000011 | 111010 |
Color Harmonies of #BDDC4B
Complementary color
Monochromatic Colors of #BDDC4B
Black with #BDDC4B
Text Example
Text Example
White with #BDDC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC4B; }
p { color: rgb(189,220,75); }
H1.HeaderClassName
{
color: #BDDC4B;
}
.AnyTagClassName
{
color: #BDDC4B;
}
</style>
background-color css
<style>
a { background-color: #BDDC4B; }
a { background-color: rgb(189,220,75); }
div.DivClassName
{
background-color: #BDDC4B;
}
.BgClassName
{
background-color: #BDDC4B;
}
</style>
border-color css
<style>
span { border-color: #BDDC4B; }
span { border-color: rgb(189,220,75); }
td.TdClassName
{
border-color: #BDDC4B;
}
.TagClassName
{
border-color: #BDDC4B;
}
</style>