Shades of Celery #BACA43
Tints of Celery #BACA43
RGB
CMYK
RGB Variations
Color information
#BACA43 (or 0xBACA43) is known color: Celery. HEX triplet: BA, CA and 43. RGB value is (186,202,67). Sum of RGB (Red+Green+Blue) = 186+202+67=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 67 (26.56% from 255 or 14.73% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACA43 is #4535BC. Grayscale: #B6B6B6. Windows color (decimal): -4535741 or 4442810. OLE color: 4442810.
HSL color Cylindrical-coordinate representation of color #BACA43: hue angle of 67.11º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BACA43 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 67 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.21 |
| HSL | 67.11º | 0.56% | 0.53% | - |
| HSV(B) | 67.11º | 0.67% | 0.79% | - |
| XYZ | 42.38 | 53.09 | 13.32 | - |
| YUV | 181.83 | 63.2 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 67 | 0.08 | 0 | 0.67 | 0.21 | 67.11 | 0.56 | 0.53 |
| Hex | BA | CA | 43 | 8 | 0 | 43 | 15 | 43 | 38 | 35 |
| Octal | 272 | 312 | 103 | 10 | 0 | 103 | 25 | 103 | 70 | 65 |
| Binary | 10111010 | 11001010 | 1000011 | 1000 | 0 | 1000011 | 10101 | 1000011 | 111000 | 110101 |
Color Harmonies of #BACA43
Complementary color
Monochromatic Colors of #BACA43
Black with #BACA43
Text Example
Text Example
White with #BACA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA43; }
p { color: rgb(186,202,67); }
H1.HeaderClassName
{
color: #BACA43;
}
.AnyTagClassName
{
color: #BACA43;
}
</style>
background-color css
<style>
a { background-color: #BACA43; }
a { background-color: rgb(186,202,67); }
div.DivClassName
{
background-color: #BACA43;
}
.BgClassName
{
background-color: #BACA43;
}
</style>
border-color css
<style>
span { border-color: #BACA43; }
span { border-color: rgb(186,202,67); }
td.TdClassName
{
border-color: #BACA43;
}
.TagClassName
{
border-color: #BACA43;
}
</style>