Shades of Conifer #BDDC5C
Tints of Conifer #BDDC5C
RGB
CMYK
RGB Variations
Color information
#BDDC5C (or 0xBDDC5C) is known color: Conifer. HEX triplet: BD, DC and 5C. RGB value is (189,220,92). Sum of RGB (Red+Green+Blue) = 189+220+92=501 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.72% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #BDDC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDDC5C is #4223A3. Grayscale: #C4C4C4. Windows color (decimal): -4334500 or 6085821. OLE color: 6085821.
HSL color Cylindrical-coordinate representation of color #BDDC5C: hue angle of 74.53º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BDDC5C is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 220 | 92 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.14 |
| HSL | 74.53º | 0.65% | 0.61% | - |
| HSV(B) | 74.53º | 0.58% | 0.86% | - |
| XYZ | 48.51 | 62.78 | 19.69 | - |
| YUV | 196.14 | 69.23 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 220 | 92 | 0.14 | 0 | 0.58 | 0.14 | 74.53 | 0.65 | 0.61 |
| Hex | BD | DC | 5C | E | 0 | 3A | E | 4B | 41 | 3D |
| Octal | 275 | 334 | 134 | 16 | 0 | 72 | 16 | 113 | 101 | 75 |
| Binary | 10111101 | 11011100 | 1011100 | 1110 | 0 | 111010 | 1110 | 1001011 | 1000001 | 111101 |
Color Harmonies of #BDDC5C
Complementary color
Monochromatic Colors of #BDDC5C
Black with #BDDC5C
Text Example
Text Example
White with #BDDC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDC5C; }
p { color: rgb(189,220,92); }
H1.HeaderClassName
{
color: #BDDC5C;
}
.AnyTagClassName
{
color: #BDDC5C;
}
</style>
background-color css
<style>
a { background-color: #BDDC5C; }
a { background-color: rgb(189,220,92); }
div.DivClassName
{
background-color: #BDDC5C;
}
.BgClassName
{
background-color: #BDDC5C;
}
</style>
border-color css
<style>
span { border-color: #BDDC5C; }
span { border-color: rgb(189,220,92); }
td.TdClassName
{
border-color: #BDDC5C;
}
.TagClassName
{
border-color: #BDDC5C;
}
</style>