Shades of Celery #BACA3E
Tints of Celery #BACA3E
RGB
CMYK
RGB Variations
Color information
#BACA3E (or 0xBACA3E) is known color: Celery. HEX triplet: BA, CA and 3E. RGB value is (186,202,62). Sum of RGB (Red+Green+Blue) = 186+202+62=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 62 (24.61% from 255 or 13.78% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACA3E is #4535C1. Grayscale: #B5B5B5. Windows color (decimal): -4535746 or 4115130. OLE color: 4115130.
HSL color Cylindrical-coordinate representation of color #BACA3E: hue angle of 66.86º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BACA3E is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 186 | 202 | 62 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.21 |
| HSL | 66.86º | 0.57% | 0.52% | - |
| HSV(B) | 66.86º | 0.69% | 0.79% | - |
| XYZ | 42.24 | 53.03 | 12.57 | - |
| YUV | 181.26 | 60.7 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 202 | 62 | 0.08 | 0 | 0.69 | 0.21 | 66.86 | 0.57 | 0.52 |
| Hex | BA | CA | 3E | 8 | 0 | 45 | 15 | 43 | 39 | 34 |
| Octal | 272 | 312 | 76 | 10 | 0 | 105 | 25 | 103 | 71 | 64 |
| Binary | 10111010 | 11001010 | 111110 | 1000 | 0 | 1000101 | 10101 | 1000011 | 111001 | 110100 |
Color Harmonies of #BACA3E
Complementary color
Monochromatic Colors of #BACA3E
Black with #BACA3E
Text Example
Text Example
White with #BACA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACA3E; }
p { color: rgb(186,202,62); }
H1.HeaderClassName
{
color: #BACA3E;
}
.AnyTagClassName
{
color: #BACA3E;
}
</style>
background-color css
<style>
a { background-color: #BACA3E; }
a { background-color: rgb(186,202,62); }
div.DivClassName
{
background-color: #BACA3E;
}
.BgClassName
{
background-color: #BACA3E;
}
</style>
border-color css
<style>
span { border-color: #BACA3E; }
span { border-color: rgb(186,202,62); }
td.TdClassName
{
border-color: #BACA3E;
}
.TagClassName
{
border-color: #BACA3E;
}
</style>