Shades of Conifer #BADE52
Tints of Conifer #BADE52
RGB
CMYK
RGB Variations
Color information
#BADE52 (or 0xBADE52) is known color: Conifer. HEX triplet: BA, DE and 52. RGB value is (186,222,82). Sum of RGB (Red+Green+Blue) = 186+222+82=490 (64% of max value = 765). Red value is 186 (73.05% from 255 or 37.96% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BADE52 is #4521AD. Grayscale: #C3C3C3. Windows color (decimal): -4530606 or 5430970. OLE color: 5430970.
HSL color Cylindrical-coordinate representation of color #BADE52: hue angle of 75.43º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BADE52 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 222 | 82 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.13 |
| HSL | 75.43º | 0.68% | 0.6% | - |
| HSV(B) | 75.43º | 0.63% | 0.87% | - |
| XYZ | 47.89 | 63.29 | 17.67 | - |
| YUV | 195.28 | 64.07 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 222 | 82 | 0.16 | 0 | 0.63 | 0.13 | 75.43 | 0.68 | 0.6 |
| Hex | BA | DE | 52 | 10 | 0 | 3F | D | 4B | 44 | 3C |
| Octal | 272 | 336 | 122 | 20 | 0 | 77 | 15 | 113 | 104 | 74 |
| Binary | 10111010 | 11011110 | 1010010 | 10000 | 0 | 111111 | 1101 | 1001011 | 1000100 | 111100 |
Color Harmonies of #BADE52
Complementary color
Monochromatic Colors of #BADE52
Black with #BADE52
Text Example
Text Example
White with #BADE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADE52; }
p { color: rgb(186,222,82); }
H1.HeaderClassName
{
color: #BADE52;
}
.AnyTagClassName
{
color: #BADE52;
}
</style>
background-color css
<style>
a { background-color: #BADE52; }
a { background-color: rgb(186,222,82); }
div.DivClassName
{
background-color: #BADE52;
}
.BgClassName
{
background-color: #BADE52;
}
</style>
border-color css
<style>
span { border-color: #BADE52; }
span { border-color: rgb(186,222,82); }
td.TdClassName
{
border-color: #BADE52;
}
.TagClassName
{
border-color: #BADE52;
}
</style>