Shades of Celery #BAC83B
Tints of Celery #BAC83B
RGB
CMYK
RGB Variations
Color information
#BAC83B (or 0xBAC83B) is known color: Celery. HEX triplet: BA, C8 and 3B. RGB value is (186,200,59). Sum of RGB (Red+Green+Blue) = 186+200+59=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 59 (23.44% from 255 or 13.26% from 445); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC83B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC83B is #4537C4. Grayscale: #B4B4B4. Windows color (decimal): -4536261 or 3918010. OLE color: 3918010.
HSL color Cylindrical-coordinate representation of color #BAC83B: hue angle of 65.96º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BAC83B is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 200 | 59 | - |
| CMYK | 0.07 | 0 | 0.70 | 0.22 |
| HSL | 65.96º | 0.56% | 0.51% | - |
| HSV(B) | 65.96º | 0.71% | 0.78% | - |
| XYZ | 41.69 | 52.06 | 11.99 | - |
| YUV | 179.74 | 59.86 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 200 | 59 | 0.07 | 0 | 0.70 | 0.22 | 65.96 | 0.56 | 0.51 |
| Hex | BA | C8 | 3B | 7 | 0 | 46 | 16 | 42 | 38 | 33 |
| Octal | 272 | 310 | 73 | 7 | 0 | 106 | 26 | 102 | 70 | 63 |
| Binary | 10111010 | 11001000 | 111011 | 111 | 0 | 1000110 | 10110 | 1000010 | 111000 | 110011 |
Color Harmonies of #BAC83B
Complementary color
Monochromatic Colors of #BAC83B
Black with #BAC83B
Text Example
Text Example
White with #BAC83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAC83B; }
p { color: rgb(186,200,59); }
H1.HeaderClassName
{
color: #BAC83B;
}
.AnyTagClassName
{
color: #BAC83B;
}
</style>
background-color css
<style>
a { background-color: #BAC83B; }
a { background-color: rgb(186,200,59); }
div.DivClassName
{
background-color: #BAC83B;
}
.BgClassName
{
background-color: #BAC83B;
}
</style>
border-color css
<style>
span { border-color: #BAC83B; }
span { border-color: rgb(186,200,59); }
td.TdClassName
{
border-color: #BAC83B;
}
.TagClassName
{
border-color: #BAC83B;
}
</style>