Shades of Conifer #BAD24C
Tints of Conifer #BAD24C
RGB
CMYK
RGB Variations
Color information
#BAD24C (or 0xBAD24C) is known color: Conifer. HEX triplet: BA, D2 and 4C. RGB value is (186,210,76). Sum of RGB (Red+Green+Blue) = 186+210+76=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD24C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD24C is #452DB3. Grayscale: #BCBCBC. Windows color (decimal): -4533684 or 5034682. OLE color: 5034682.
HSL color Cylindrical-coordinate representation of color #BAD24C: hue angle of 70.75º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAD24C is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 76 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.18 |
| HSL | 70.75º | 0.6% | 0.56% | - |
| HSV(B) | 70.75º | 0.64% | 0.82% | - |
| XYZ | 44.6 | 57.05 | 15.5 | - |
| YUV | 187.55 | 65.05 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 76 | 0.11 | 0 | 0.64 | 0.18 | 70.75 | 0.6 | 0.56 |
| Hex | BA | D2 | 4C | B | 0 | 40 | 12 | 47 | 3C | 38 |
| Octal | 272 | 322 | 114 | 13 | 0 | 100 | 22 | 107 | 74 | 70 |
| Binary | 10111010 | 11010010 | 1001100 | 1011 | 0 | 1000000 | 10010 | 1000111 | 111100 | 111000 |
Color Harmonies of #BAD24C
Complementary color
Monochromatic Colors of #BAD24C
Black with #BAD24C
Text Example
Text Example
White with #BAD24C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD24C; }
p { color: rgb(186,210,76); }
H1.HeaderClassName
{
color: #BAD24C;
}
.AnyTagClassName
{
color: #BAD24C;
}
</style>
background-color css
<style>
a { background-color: #BAD24C; }
a { background-color: rgb(186,210,76); }
div.DivClassName
{
background-color: #BAD24C;
}
.BgClassName
{
background-color: #BAD24C;
}
</style>
border-color css
<style>
span { border-color: #BAD24C; }
span { border-color: rgb(186,210,76); }
td.TdClassName
{
border-color: #BAD24C;
}
.TagClassName
{
border-color: #BAD24C;
}
</style>