Shades of Celery #BACB3E
Tints of Celery #BACB3E
RGB
CMYK
RGB Variations
Color information
#BACB3E (or 0xBACB3E) is known color: Celery. HEX triplet: BA, CB and 3E. RGB value is (186,203,62). Sum of RGB (Red+Green+Blue) = 186+203+62=451 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.24% from 451); Green value is 203 (79.69% from 255 or 45.01% from 451); Blue value is 62 (24.61% from 255 or 13.75% from 451); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACB3E is #4534C1. Grayscale: #B6B6B6. Windows color (decimal): -4535490 or 4115386. OLE color: 4115386.
HSL color Cylindrical-coordinate representation of color #BACB3E: hue angle of 67.23º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BACB3E is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 62 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.20 |
| HSL | 67.23º | 0.58% | 0.52% | - |
| HSV(B) | 67.23º | 0.69% | 0.8% | - |
| XYZ | 42.48 | 53.5 | 12.65 | - |
| YUV | 181.84 | 60.37 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 62 | 0.08 | 0 | 0.69 | 0.20 | 67.23 | 0.58 | 0.52 |
| Hex | BA | CB | 3E | 8 | 0 | 45 | 14 | 43 | 3A | 34 |
| Octal | 272 | 313 | 76 | 10 | 0 | 105 | 24 | 103 | 72 | 64 |
| Binary | 10111010 | 11001011 | 111110 | 1000 | 0 | 1000101 | 10100 | 1000011 | 111010 | 110100 |
Color Harmonies of #BACB3E
Complementary color
Monochromatic Colors of #BACB3E
Black with #BACB3E
Text Example
Text Example
White with #BACB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB3E; }
p { color: rgb(186,203,62); }
H1.HeaderClassName
{
color: #BACB3E;
}
.AnyTagClassName
{
color: #BACB3E;
}
</style>
background-color css
<style>
a { background-color: #BACB3E; }
a { background-color: rgb(186,203,62); }
div.DivClassName
{
background-color: #BACB3E;
}
.BgClassName
{
background-color: #BACB3E;
}
</style>
border-color css
<style>
span { border-color: #BACB3E; }
span { border-color: rgb(186,203,62); }
td.TdClassName
{
border-color: #BACB3E;
}
.TagClassName
{
border-color: #BACB3E;
}
</style>