Shades of Conifer #BDDC53
Tints of Conifer #BDDC53
RGB
CMYK
RGB Variations
Color information
#BDDC53 (or 0xBDDC53) is known color: Conifer. HEX triplet: BD, DC and 53. RGB value is (189,220,83). Sum of RGB (Red+Green+Blue) = 189+220+83=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 83 (32.81% from 255 or 16.87% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC53 is #4223AC. Grayscale: #C3C3C3. Windows color (decimal): -4334509 or 5495997. OLE color: 5495997.
HSL color Cylindrical-coordinate representation of color #BDDC53: hue angle of 73.58º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BDDC53 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 83 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.14 |
| HSL | 73.58º | 0.66% | 0.59% | - |
| HSV(B) | 73.58º | 0.62% | 0.86% | - |
| XYZ | 48.14 | 62.63 | 17.74 | - |
| YUV | 195.11 | 64.73 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 83 | 0.14 | 0 | 0.62 | 0.14 | 73.58 | 0.66 | 0.59 |
| Hex | BD | DC | 53 | E | 0 | 3E | E | 4A | 42 | 3B |
| Octal | 275 | 334 | 123 | 16 | 0 | 76 | 16 | 112 | 102 | 73 |
| Binary | 10111101 | 11011100 | 1010011 | 1110 | 0 | 111110 | 1110 | 1001010 | 1000010 | 111011 |
Color Harmonies of #BDDC53
Complementary color
Monochromatic Colors of #BDDC53
Black with #BDDC53
Text Example
Text Example
White with #BDDC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC53; }
p { color: rgb(189,220,83); }
H1.HeaderClassName
{
color: #BDDC53;
}
.AnyTagClassName
{
color: #BDDC53;
}
</style>
background-color css
<style>
a { background-color: #BDDC53; }
a { background-color: rgb(189,220,83); }
div.DivClassName
{
background-color: #BDDC53;
}
.BgClassName
{
background-color: #BDDC53;
}
</style>
border-color css
<style>
span { border-color: #BDDC53; }
span { border-color: rgb(189,220,83); }
td.TdClassName
{
border-color: #BDDC53;
}
.TagClassName
{
border-color: #BDDC53;
}
</style>