Shades of Celery #BACB4D
Tints of Celery #BACB4D
RGB
CMYK
RGB Variations
Color information
#BACB4D (or 0xBACB4D) is known color: Celery. HEX triplet: BA, CB and 4D. RGB value is (186,203,77). Sum of RGB (Red+Green+Blue) = 186+203+77=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 77 (30.47% from 255 or 16.52% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACB4D is #4534B2. Grayscale: #B8B8B8. Windows color (decimal): -4535475 or 5098426. OLE color: 5098426.
HSL color Cylindrical-coordinate representation of color #BACB4D: hue angle of 68.1º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BACB4D is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 203 | 77 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.20 |
| HSL | 68.1º | 0.55% | 0.55% | - |
| HSV(B) | 68.1º | 0.62% | 0.8% | - |
| XYZ | 42.95 | 53.69 | 15.12 | - |
| YUV | 183.55 | 67.87 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 203 | 77 | 0.08 | 0 | 0.62 | 0.20 | 68.1 | 0.55 | 0.55 |
| Hex | BA | CB | 4D | 8 | 0 | 3E | 14 | 44 | 37 | 37 |
| Octal | 272 | 313 | 115 | 10 | 0 | 76 | 24 | 104 | 67 | 67 |
| Binary | 10111010 | 11001011 | 1001101 | 1000 | 0 | 111110 | 10100 | 1000100 | 110111 | 110111 |
Color Harmonies of #BACB4D
Complementary color
Monochromatic Colors of #BACB4D
Black with #BACB4D
Text Example
Text Example
White with #BACB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACB4D; }
p { color: rgb(186,203,77); }
H1.HeaderClassName
{
color: #BACB4D;
}
.AnyTagClassName
{
color: #BACB4D;
}
</style>
background-color css
<style>
a { background-color: #BACB4D; }
a { background-color: rgb(186,203,77); }
div.DivClassName
{
background-color: #BACB4D;
}
.BgClassName
{
background-color: #BACB4D;
}
</style>
border-color css
<style>
span { border-color: #BACB4D; }
span { border-color: rgb(186,203,77); }
td.TdClassName
{
border-color: #BACB4D;
}
.TagClassName
{
border-color: #BACB4D;
}
</style>