Shades of Conifer #BDDA53
Tints of Conifer #BDDA53
RGB
CMYK
RGB Variations
Color information
#BDDA53 (or 0xBDDA53) is known color: Conifer. HEX triplet: BD, DA and 53. RGB value is (189,218,83). Sum of RGB (Red+Green+Blue) = 189+218+83=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 83 (32.81% from 255 or 16.94% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDA53 is #4225AC. Grayscale: #C2C2C2. Windows color (decimal): -4335021 or 5495485. OLE color: 5495485.
HSL color Cylindrical-coordinate representation of color #BDDA53: hue angle of 72.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDDA53 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 83 | - |
| CMYK | 0.13 | 0 | 0.62 | 0.15 |
| HSL | 72.89º | 0.65% | 0.59% | - |
| HSV(B) | 72.89º | 0.62% | 0.85% | - |
| XYZ | 47.62 | 61.59 | 17.56 | - |
| YUV | 193.94 | 65.39 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 83 | 0.13 | 0 | 0.62 | 0.15 | 72.89 | 0.65 | 0.59 |
| Hex | BD | DA | 53 | D | 0 | 3E | F | 49 | 41 | 3B |
| Octal | 275 | 332 | 123 | 15 | 0 | 76 | 17 | 111 | 101 | 73 |
| Binary | 10111101 | 11011010 | 1010011 | 1101 | 0 | 111110 | 1111 | 1001001 | 1000001 | 111011 |
Color Harmonies of #BDDA53
Complementary color
Monochromatic Colors of #BDDA53
Black with #BDDA53
Text Example
Text Example
White with #BDDA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDA53; }
p { color: rgb(189,218,83); }
H1.HeaderClassName
{
color: #BDDA53;
}
.AnyTagClassName
{
color: #BDDA53;
}
</style>
background-color css
<style>
a { background-color: #BDDA53; }
a { background-color: rgb(189,218,83); }
div.DivClassName
{
background-color: #BDDA53;
}
.BgClassName
{
background-color: #BDDA53;
}
</style>
border-color css
<style>
span { border-color: #BDDA53; }
span { border-color: rgb(189,218,83); }
td.TdClassName
{
border-color: #BDDA53;
}
.TagClassName
{
border-color: #BDDA53;
}
</style>