Shades of Conifer #BAD754
Tints of Conifer #BAD754
RGB
CMYK
RGB Variations
Color information
#BAD754 (or 0xBAD754) is known color: Conifer. HEX triplet: BA, D7 and 54. RGB value is (186,215,84). Sum of RGB (Red+Green+Blue) = 186+215+84=485 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.35% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 84 (33.20% from 255 or 17.32% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #BAD754 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAD754 is #4528AB. Grayscale: #BFBFBF. Windows color (decimal): -4532396 or 5560250. OLE color: 5560250.
HSL color Cylindrical-coordinate representation of color #BAD754: hue angle of 73.28º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BAD754 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 186 | 215 | 84 | - |
| CMYK | 0.13 | 0 | 0.61 | 0.16 |
| HSL | 73.28º | 0.62% | 0.59% | - |
| HSV(B) | 73.28º | 0.61% | 0.84% | - |
| XYZ | 46.15 | 59.68 | 17.47 | - |
| YUV | 191.4 | 67.39 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 215 | 84 | 0.13 | 0 | 0.61 | 0.16 | 73.28 | 0.62 | 0.59 |
| Hex | BA | D7 | 54 | D | 0 | 3D | 10 | 49 | 3E | 3B |
| Octal | 272 | 327 | 124 | 15 | 0 | 75 | 20 | 111 | 76 | 73 |
| Binary | 10111010 | 11010111 | 1010100 | 1101 | 0 | 111101 | 10000 | 1001001 | 111110 | 111011 |
Color Harmonies of #BAD754
Complementary color
Monochromatic Colors of #BAD754
Black with #BAD754
Text Example
Text Example
White with #BAD754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD754; }
p { color: rgb(186,215,84); }
H1.HeaderClassName
{
color: #BAD754;
}
.AnyTagClassName
{
color: #BAD754;
}
</style>
background-color css
<style>
a { background-color: #BAD754; }
a { background-color: rgb(186,215,84); }
div.DivClassName
{
background-color: #BAD754;
}
.BgClassName
{
background-color: #BAD754;
}
</style>
border-color css
<style>
span { border-color: #BAD754; }
span { border-color: rgb(186,215,84); }
td.TdClassName
{
border-color: #BAD754;
}
.TagClassName
{
border-color: #BAD754;
}
</style>