Shades of Celery #BACC45
Tints of Celery #BACC45
RGB
CMYK
RGB Variations
Color information
#BACC45 (or 0xBACC45) is known color: Celery. HEX triplet: BA, CC and 45. RGB value is (186,204,69). Sum of RGB (Red+Green+Blue) = 186+204+69=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACC45 is #4533BA. Grayscale: #B7B7B7. Windows color (decimal): -4535227 or 4574394. OLE color: 4574394.
HSL color Cylindrical-coordinate representation of color #BACC45: hue angle of 68º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BACC45 is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 186 | 204 | 69 | - |
| CMYK | 0.09 | 0 | 0.66 | 0.2 |
| HSL | 68º | 0.57% | 0.54% | - |
| HSV(B) | 68º | 0.66% | 0.8% | - |
| XYZ | 42.92 | 54.05 | 13.8 | - |
| YUV | 183.23 | 63.54 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 204 | 69 | 0.09 | 0 | 0.66 | 0.2 | 68 | 0.57 | 0.54 |
| Hex | BA | CC | 45 | 9 | 0 | 42 | 14 | 44 | 39 | 36 |
| Octal | 272 | 314 | 105 | 11 | 0 | 102 | 24 | 104 | 71 | 66 |
| Binary | 10111010 | 11001100 | 1000101 | 1001 | 0 | 1000010 | 10100 | 1000100 | 111001 | 110110 |
Color Harmonies of #BACC45
Complementary color
Monochromatic Colors of #BACC45
Black with #BACC45
Text Example
Text Example
White with #BACC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BACC45; }
p { color: rgb(186,204,69); }
H1.HeaderClassName
{
color: #BACC45;
}
.AnyTagClassName
{
color: #BACC45;
}
</style>
background-color css
<style>
a { background-color: #BACC45; }
a { background-color: rgb(186,204,69); }
div.DivClassName
{
background-color: #BACC45;
}
.BgClassName
{
background-color: #BACC45;
}
</style>
border-color css
<style>
span { border-color: #BACC45; }
span { border-color: rgb(186,204,69); }
td.TdClassName
{
border-color: #BACC45;
}
.TagClassName
{
border-color: #BACC45;
}
</style>