Shades of Celery #BAC03B
Tints of Celery #BAC03B
RGB
CMYK
RGB Variations
Color information
#BAC03B (or 0xBAC03B) is known color: Celery. HEX triplet: BA, C0 and 3B. RGB value is (186,192,59). Sum of RGB (Red+Green+Blue) = 186+192+59=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 59 (23.44% from 255 or 13.50% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC03B is #453FC4. Grayscale: #AFAFAF. Windows color (decimal): -4538309 or 3915962. OLE color: 3915962.
HSL color Cylindrical-coordinate representation of color #BAC03B: hue angle of 62.71º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAC03B is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 186 | 192 | 59 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.25 |
| HSL | 62.71º | 0.53% | 0.49% | - |
| HSV(B) | 62.71º | 0.69% | 0.75% | - |
| XYZ | 39.89 | 48.45 | 11.39 | - |
| YUV | 175.04 | 62.51 | 135.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 192 | 59 | 0.03 | 0 | 0.69 | 0.25 | 62.71 | 0.53 | 0.49 |
| Hex | BA | C0 | 3B | 3 | 0 | 45 | 19 | 3F | 35 | 31 |
| Octal | 272 | 300 | 73 | 3 | 0 | 105 | 31 | 77 | 65 | 61 |
| Binary | 10111010 | 11000000 | 111011 | 11 | 0 | 1000101 | 11001 | 111111 | 110101 | 110001 |
Color Harmonies of #BAC03B
Complementary color
Monochromatic Colors of #BAC03B
Black with #BAC03B
Text Example
Text Example
White with #BAC03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC03B; }
p { color: rgb(186,192,59); }
H1.HeaderClassName
{
color: #BAC03B;
}
.AnyTagClassName
{
color: #BAC03B;
}
</style>
background-color css
<style>
a { background-color: #BAC03B; }
a { background-color: rgb(186,192,59); }
div.DivClassName
{
background-color: #BAC03B;
}
.BgClassName
{
background-color: #BAC03B;
}
</style>
border-color css
<style>
span { border-color: #BAC03B; }
span { border-color: rgb(186,192,59); }
td.TdClassName
{
border-color: #BAC03B;
}
.TagClassName
{
border-color: #BAC03B;
}
</style>