Shades of Conifer #BDDA4B
Tints of Conifer #BDDA4B
RGB
CMYK
RGB Variations
Color information
#BDDA4B (or 0xBDDA4B) is known color: Conifer. HEX triplet: BD, DA and 4B. RGB value is (189,218,75). Sum of RGB (Red+Green+Blue) = 189+218+75=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDA4B is #4225B4. Grayscale: #C1C1C1. Windows color (decimal): -4335029 or 4971197. OLE color: 4971197.
HSL color Cylindrical-coordinate representation of color #BDDA4B: hue angle of 72.17º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BDDA4B is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 75 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.15 |
| HSL | 72.17º | 0.66% | 0.57% | - |
| HSV(B) | 72.17º | 0.66% | 0.85% | - |
| XYZ | 47.33 | 61.47 | 16.03 | - |
| YUV | 193.03 | 61.39 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 75 | 0.13 | 0 | 0.66 | 0.15 | 72.17 | 0.66 | 0.57 |
| Hex | BD | DA | 4B | D | 0 | 42 | F | 48 | 42 | 39 |
| Octal | 275 | 332 | 113 | 15 | 0 | 102 | 17 | 110 | 102 | 71 |
| Binary | 10111101 | 11011010 | 1001011 | 1101 | 0 | 1000010 | 1111 | 1001000 | 1000010 | 111001 |
Color Harmonies of #BDDA4B
Complementary color
Monochromatic Colors of #BDDA4B
Black with #BDDA4B
Text Example
Text Example
White with #BDDA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA4B; }
p { color: rgb(189,218,75); }
H1.HeaderClassName
{
color: #BDDA4B;
}
.AnyTagClassName
{
color: #BDDA4B;
}
</style>
background-color css
<style>
a { background-color: #BDDA4B; }
a { background-color: rgb(189,218,75); }
div.DivClassName
{
background-color: #BDDA4B;
}
.BgClassName
{
background-color: #BDDA4B;
}
</style>
border-color css
<style>
span { border-color: #BDDA4B; }
span { border-color: rgb(189,218,75); }
td.TdClassName
{
border-color: #BDDA4B;
}
.TagClassName
{
border-color: #BDDA4B;
}
</style>