Shades of Celery #BACC4B
Tints of Celery #BACC4B
RGB
CMYK
RGB Variations
Color information
#BACC4B (or 0xBACC4B) is known color: Celery. HEX triplet: BA, CC and 4B. RGB value is (186,204,75). Sum of RGB (Red+Green+Blue) = 186+204+75=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 75 (29.69% from 255 or 16.13% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACC4B is #4533B4. Grayscale: #B8B8B8. Windows color (decimal): -4535221 or 4967610. OLE color: 4967610.
HSL color Cylindrical-coordinate representation of color #BACC4B: hue angle of 68.37º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BACC4B is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 75 | - |
| CMYK | 0.09 | 0 | 0.63 | 0.2 |
| HSL | 68.37º | 0.56% | 0.55% | - |
| HSV(B) | 68.37º | 0.63% | 0.8% | - |
| XYZ | 43.11 | 54.13 | 14.83 | - |
| YUV | 183.91 | 66.54 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 75 | 0.09 | 0 | 0.63 | 0.2 | 68.37 | 0.56 | 0.55 |
| Hex | BA | CC | 4B | 9 | 0 | 3F | 14 | 44 | 38 | 37 |
| Octal | 272 | 314 | 113 | 11 | 0 | 77 | 24 | 104 | 70 | 67 |
| Binary | 10111010 | 11001100 | 1001011 | 1001 | 0 | 111111 | 10100 | 1000100 | 111000 | 110111 |
Color Harmonies of #BACC4B
Complementary color
Monochromatic Colors of #BACC4B
Black with #BACC4B
Text Example
Text Example
White with #BACC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC4B; }
p { color: rgb(186,204,75); }
H1.HeaderClassName
{
color: #BACC4B;
}
.AnyTagClassName
{
color: #BACC4B;
}
</style>
background-color css
<style>
a { background-color: #BACC4B; }
a { background-color: rgb(186,204,75); }
div.DivClassName
{
background-color: #BACC4B;
}
.BgClassName
{
background-color: #BACC4B;
}
</style>
border-color css
<style>
span { border-color: #BACC4B; }
span { border-color: rgb(186,204,75); }
td.TdClassName
{
border-color: #BACC4B;
}
.TagClassName
{
border-color: #BACC4B;
}
</style>