Shades of Celery #BACB42
Tints of Celery #BACB42
RGB
CMYK
RGB Variations
Color information
#BACB42 (or 0xBACB42) is known color: Celery. HEX triplet: BA, CB and 42. RGB value is (186,203,66). Sum of RGB (Red+Green+Blue) = 186+203+66=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACB42 is #4534BD. Grayscale: #B6B6B6. Windows color (decimal): -4535486 or 4377530. OLE color: 4377530.
HSL color Cylindrical-coordinate representation of color #BACB42: hue angle of 67.45º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BACB42 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 66 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.20 |
| HSL | 67.45º | 0.57% | 0.53% | - |
| HSV(B) | 67.45º | 0.67% | 0.8% | - |
| XYZ | 42.59 | 53.54 | 13.24 | - |
| YUV | 182.3 | 62.37 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 66 | 0.08 | 0 | 0.67 | 0.20 | 67.45 | 0.57 | 0.53 |
| Hex | BA | CB | 42 | 8 | 0 | 43 | 14 | 43 | 39 | 35 |
| Octal | 272 | 313 | 102 | 10 | 0 | 103 | 24 | 103 | 71 | 65 |
| Binary | 10111010 | 11001011 | 1000010 | 1000 | 0 | 1000011 | 10100 | 1000011 | 111001 | 110101 |
Color Harmonies of #BACB42
Complementary color
Monochromatic Colors of #BACB42
Black with #BACB42
Text Example
Text Example
White with #BACB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB42; }
p { color: rgb(186,203,66); }
H1.HeaderClassName
{
color: #BACB42;
}
.AnyTagClassName
{
color: #BACB42;
}
</style>
background-color css
<style>
a { background-color: #BACB42; }
a { background-color: rgb(186,203,66); }
div.DivClassName
{
background-color: #BACB42;
}
.BgClassName
{
background-color: #BACB42;
}
</style>
border-color css
<style>
span { border-color: #BACB42; }
span { border-color: rgb(186,203,66); }
td.TdClassName
{
border-color: #BACB42;
}
.TagClassName
{
border-color: #BACB42;
}
</style>