Shades of Conifer #BAD446
Tints of Conifer #BAD446
RGB
CMYK
RGB Variations
Color information
#BAD446 (or 0xBAD446) is known color: Conifer. HEX triplet: BA, D4 and 46. RGB value is (186,212,70). Sum of RGB (Red+Green+Blue) = 186+212+70=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 70 (27.73% from 255 or 14.96% from 468); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD446 is #452BB9. Grayscale: #BCBCBC. Windows color (decimal): -4533178 or 4641978. OLE color: 4641978.
HSL color Cylindrical-coordinate representation of color #BAD446: hue angle of 70.99º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAD446 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 186 | 212 | 70 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.17 |
| HSL | 70.99º | 0.62% | 0.55% | - |
| HSV(B) | 70.99º | 0.67% | 0.83% | - |
| XYZ | 44.9 | 57.97 | 14.62 | - |
| YUV | 188.04 | 61.39 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 212 | 70 | 0.12 | 0 | 0.67 | 0.17 | 70.99 | 0.62 | 0.55 |
| Hex | BA | D4 | 46 | C | 0 | 43 | 11 | 47 | 3E | 37 |
| Octal | 272 | 324 | 106 | 14 | 0 | 103 | 21 | 107 | 76 | 67 |
| Binary | 10111010 | 11010100 | 1000110 | 1100 | 0 | 1000011 | 10001 | 1000111 | 111110 | 110111 |
Color Harmonies of #BAD446
Complementary color
Monochromatic Colors of #BAD446
Black with #BAD446
Text Example
Text Example
White with #BAD446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD446; }
p { color: rgb(186,212,70); }
H1.HeaderClassName
{
color: #BAD446;
}
.AnyTagClassName
{
color: #BAD446;
}
</style>
background-color css
<style>
a { background-color: #BAD446; }
a { background-color: rgb(186,212,70); }
div.DivClassName
{
background-color: #BAD446;
}
.BgClassName
{
background-color: #BAD446;
}
</style>
border-color css
<style>
span { border-color: #BAD446; }
span { border-color: rgb(186,212,70); }
td.TdClassName
{
border-color: #BAD446;
}
.TagClassName
{
border-color: #BAD446;
}
</style>