Shades of Celery #BAB83F
Tints of Celery #BAB83F
RGB
CMYK
RGB Variations
Color information
#BAB83F (or 0xBAB83F) is known color: Celery. HEX triplet: BA, B8 and 3F. RGB value is (186,184,63). Sum of RGB (Red+Green+Blue) = 186+184+63=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAB83F is #4547C0. Grayscale: #ABABAB. Windows color (decimal): -4540353 or 4176058. OLE color: 4176058.
HSL color Cylindrical-coordinate representation of color #BAB83F: hue angle of 59.02º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BAB83F is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 184 | 63 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.27 |
| HSL | 59.02º | 0.49% | 0.49% | - |
| HSV(B) | 59.02º | 0.66% | 0.73% | - |
| XYZ | 38.29 | 45.08 | 11.39 | - |
| YUV | 170.8 | 67.16 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 184 | 63 | 0 | 0.01 | 0.66 | 0.27 | 59.02 | 0.49 | 0.49 |
| Hex | BA | B8 | 3F | 0 | 1 | 42 | 1B | 3B | 31 | 31 |
| Octal | 272 | 270 | 77 | 0 | 1 | 102 | 33 | 73 | 61 | 61 |
| Binary | 10111010 | 10111000 | 111111 | 0 | 1 | 1000010 | 11011 | 111011 | 110001 | 110001 |
Color Harmonies of #BAB83F
Complementary color
Monochromatic Colors of #BAB83F
Black with #BAB83F
Text Example
Text Example
White with #BAB83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAB83F; }
p { color: rgb(186,184,63); }
H1.HeaderClassName
{
color: #BAB83F;
}
.AnyTagClassName
{
color: #BAB83F;
}
</style>
background-color css
<style>
a { background-color: #BAB83F; }
a { background-color: rgb(186,184,63); }
div.DivClassName
{
background-color: #BAB83F;
}
.BgClassName
{
background-color: #BAB83F;
}
</style>
border-color css
<style>
span { border-color: #BAB83F; }
span { border-color: rgb(186,184,63); }
td.TdClassName
{
border-color: #BAB83F;
}
.TagClassName
{
border-color: #BAB83F;
}
</style>