Shades of Conifer #BADC5B
Tints of Conifer #BADC5B
RGB
CMYK
RGB Variations
Color information
#BADC5B (or 0xBADC5B) is known color: Conifer. HEX triplet: BA, DC and 5B. RGB value is (186,220,91). Sum of RGB (Red+Green+Blue) = 186+220+91=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 220 (86.33% from 255 or 44.27% from 497); Blue value is 91 (35.94% from 255 or 18.31% from 497); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADC5B is #4523A4. Grayscale: #C3C3C3. Windows color (decimal): -4531109 or 6020282. OLE color: 6020282.
HSL color Cylindrical-coordinate representation of color #BADC5B: hue angle of 75.81º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BADC5B is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 186 | 220 | 91 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.14 |
| HSL | 75.81º | 0.65% | 0.61% | - |
| HSV(B) | 75.81º | 0.59% | 0.86% | - |
| XYZ | 47.73 | 62.38 | 19.42 | - |
| YUV | 195.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 220 | 91 | 0.15 | 0 | 0.59 | 0.14 | 75.81 | 0.65 | 0.61 |
| Hex | BA | DC | 5B | F | 0 | 3B | E | 4C | 41 | 3D |
| Octal | 272 | 334 | 133 | 17 | 0 | 73 | 16 | 114 | 101 | 75 |
| Binary | 10111010 | 11011100 | 1011011 | 1111 | 0 | 111011 | 1110 | 1001100 | 1000001 | 111101 |
Color Harmonies of #BADC5B
Complementary color
Monochromatic Colors of #BADC5B
Black with #BADC5B
Text Example
Text Example
White with #BADC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADC5B; }
p { color: rgb(186,220,91); }
H1.HeaderClassName
{
color: #BADC5B;
}
.AnyTagClassName
{
color: #BADC5B;
}
</style>
background-color css
<style>
a { background-color: #BADC5B; }
a { background-color: rgb(186,220,91); }
div.DivClassName
{
background-color: #BADC5B;
}
.BgClassName
{
background-color: #BADC5B;
}
</style>
border-color css
<style>
span { border-color: #BADC5B; }
span { border-color: rgb(186,220,91); }
td.TdClassName
{
border-color: #BADC5B;
}
.TagClassName
{
border-color: #BADC5B;
}
</style>