Shades of Conifer #BAD24B
Tints of Conifer #BAD24B
RGB
CMYK
RGB Variations
Color information
#BAD24B (or 0xBAD24B) is known color: Conifer. HEX triplet: BA, D2 and 4B. RGB value is (186,210,75). Sum of RGB (Red+Green+Blue) = 186+210+75=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #BAD24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD24B is #452DB4. Grayscale: #BBBBBB. Windows color (decimal): -4533685 or 4969146. OLE color: 4969146.
HSL color Cylindrical-coordinate representation of color #BAD24B: hue angle of 70.67º 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 #BAD24B is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 186 | 210 | 75 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.18 |
| HSL | 70.67º | 0.6% | 0.56% | - |
| HSV(B) | 70.67º | 0.64% | 0.82% | - |
| XYZ | 44.57 | 57.04 | 15.32 | - |
| YUV | 187.43 | 64.55 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 210 | 75 | 0.11 | 0 | 0.64 | 0.18 | 70.67 | 0.6 | 0.56 |
| Hex | BA | D2 | 4B | B | 0 | 40 | 12 | 47 | 3C | 38 |
| Octal | 272 | 322 | 113 | 13 | 0 | 100 | 22 | 107 | 74 | 70 |
| Binary | 10111010 | 11010010 | 1001011 | 1011 | 0 | 1000000 | 10010 | 1000111 | 111100 | 111000 |
Color Harmonies of #BAD24B
Complementary color
Monochromatic Colors of #BAD24B
Black with #BAD24B
Text Example
Text Example
White with #BAD24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAD24B; }
p { color: rgb(186,210,75); }
H1.HeaderClassName
{
color: #BAD24B;
}
.AnyTagClassName
{
color: #BAD24B;
}
</style>
background-color css
<style>
a { background-color: #BAD24B; }
a { background-color: rgb(186,210,75); }
div.DivClassName
{
background-color: #BAD24B;
}
.BgClassName
{
background-color: #BAD24B;
}
</style>
border-color css
<style>
span { border-color: #BAD24B; }
span { border-color: rgb(186,210,75); }
td.TdClassName
{
border-color: #BAD24B;
}
.TagClassName
{
border-color: #BAD24B;
}
</style>