Shades of Celery #BAB83C
Tints of Celery #BAB83C
RGB
CMYK
RGB Variations
Color information
#BAB83C (or 0xBAB83C) is known color: Celery. HEX triplet: BA, B8 and 3C. RGB value is (186,184,60). Sum of RGB (Red+Green+Blue) = 186+184+60=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 184 (72.27% from 255 or 42.79% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB83C is #4547C3. Grayscale: #AAAAAA. Windows color (decimal): -4540356 or 3979450. OLE color: 3979450.
HSL color Cylindrical-coordinate representation of color #BAB83C: hue angle of 59.05º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BAB83C is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 60 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.27 |
| HSL | 59.05º | 0.51% | 0.48% | - |
| HSV(B) | 59.05º | 0.68% | 0.73% | - |
| XYZ | 38.21 | 45.05 | 10.96 | - |
| YUV | 170.46 | 65.66 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 60 | 0 | 0.01 | 0.68 | 0.27 | 59.05 | 0.51 | 0.48 |
| Hex | BA | B8 | 3C | 0 | 1 | 44 | 1B | 3B | 33 | 30 |
| Octal | 272 | 270 | 74 | 0 | 1 | 104 | 33 | 73 | 63 | 60 |
| Binary | 10111010 | 10111000 | 111100 | 0 | 1 | 1000100 | 11011 | 111011 | 110011 | 110000 |
Color Harmonies of #BAB83C
Complementary color
Monochromatic Colors of #BAB83C
Black with #BAB83C
Text Example
Text Example
White with #BAB83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB83C; }
p { color: rgb(186,184,60); }
H1.HeaderClassName
{
color: #BAB83C;
}
.AnyTagClassName
{
color: #BAB83C;
}
</style>
background-color css
<style>
a { background-color: #BAB83C; }
a { background-color: rgb(186,184,60); }
div.DivClassName
{
background-color: #BAB83C;
}
.BgClassName
{
background-color: #BAB83C;
}
</style>
border-color css
<style>
span { border-color: #BAB83C; }
span { border-color: rgb(186,184,60); }
td.TdClassName
{
border-color: #BAB83C;
}
.TagClassName
{
border-color: #BAB83C;
}
</style>