Shades of Celery #BAC035
Tints of Celery #BAC035
RGB
CMYK
RGB Variations
Color information
#BAC035 (or 0xBAC035) is known color: Celery. HEX triplet: BA, C0 and 35. RGB value is (186,192,53). Sum of RGB (Red+Green+Blue) = 186+192+53=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 53 (21.09% from 255 or 12.30% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC035 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC035 is #453FCA. Grayscale: #AEAEAE. Windows color (decimal): -4538315 or 3522746. OLE color: 3522746.
HSL color Cylindrical-coordinate representation of color #BAC035: hue angle of 62.59º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BAC035 is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 53 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.25 |
| HSL | 62.59º | 0.57% | 0.48% | - |
| HSV(B) | 62.59º | 0.72% | 0.75% | - |
| XYZ | 39.74 | 48.4 | 10.61 | - |
| YUV | 174.36 | 59.51 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 53 | 0.03 | 0 | 0.72 | 0.25 | 62.59 | 0.57 | 0.48 |
| Hex | BA | C0 | 35 | 3 | 0 | 48 | 19 | 3F | 39 | 30 |
| Octal | 272 | 300 | 65 | 3 | 0 | 110 | 31 | 77 | 71 | 60 |
| Binary | 10111010 | 11000000 | 110101 | 11 | 0 | 1001000 | 11001 | 111111 | 111001 | 110000 |
Color Harmonies of #BAC035
Complementary color
Monochromatic Colors of #BAC035
Black with #BAC035
Text Example
Text Example
White with #BAC035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC035; }
p { color: rgb(186,192,53); }
H1.HeaderClassName
{
color: #BAC035;
}
.AnyTagClassName
{
color: #BAC035;
}
</style>
background-color css
<style>
a { background-color: #BAC035; }
a { background-color: rgb(186,192,53); }
div.DivClassName
{
background-color: #BAC035;
}
.BgClassName
{
background-color: #BAC035;
}
</style>
border-color css
<style>
span { border-color: #BAC035; }
span { border-color: rgb(186,192,53); }
td.TdClassName
{
border-color: #BAC035;
}
.TagClassName
{
border-color: #BAC035;
}
</style>