Shades of Celery #BAC948
Tints of Celery #BAC948
RGB
CMYK
RGB Variations
Color information
#BAC948 (or 0xBAC948) is known color: Celery. HEX triplet: BA, C9 and 48. RGB value is (186,201,72). Sum of RGB (Red+Green+Blue) = 186+201+72=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 72 (28.52% from 255 or 15.69% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC948 is #4536B7. Grayscale: #B6B6B6. Windows color (decimal): -4535992 or 4770234. OLE color: 4770234.
HSL color Cylindrical-coordinate representation of color #BAC948: hue angle of 66.98º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BAC948 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 201 | 72 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.21 |
| HSL | 66.98º | 0.54% | 0.54% | - |
| HSV(B) | 66.98º | 0.64% | 0.79% | - |
| XYZ | 42.31 | 52.68 | 14.07 | - |
| YUV | 181.81 | 66.03 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 201 | 72 | 0.07 | 0 | 0.64 | 0.21 | 66.98 | 0.54 | 0.54 |
| Hex | BA | C9 | 48 | 7 | 0 | 40 | 15 | 43 | 36 | 36 |
| Octal | 272 | 311 | 110 | 7 | 0 | 100 | 25 | 103 | 66 | 66 |
| Binary | 10111010 | 11001001 | 1001000 | 111 | 0 | 1000000 | 10101 | 1000011 | 110110 | 110110 |
Color Harmonies of #BAC948
Complementary color
Monochromatic Colors of #BAC948
Black with #BAC948
Text Example
Text Example
White with #BAC948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC948; }
p { color: rgb(186,201,72); }
H1.HeaderClassName
{
color: #BAC948;
}
.AnyTagClassName
{
color: #BAC948;
}
</style>
background-color css
<style>
a { background-color: #BAC948; }
a { background-color: rgb(186,201,72); }
div.DivClassName
{
background-color: #BAC948;
}
.BgClassName
{
background-color: #BAC948;
}
</style>
border-color css
<style>
span { border-color: #BAC948; }
span { border-color: rgb(186,201,72); }
td.TdClassName
{
border-color: #BAC948;
}
.TagClassName
{
border-color: #BAC948;
}
</style>