Shades of Celery #BCC64A
Tints of Celery #BCC64A
RGB
CMYK
RGB Variations
Color information
#BCC64A (or 0xBCC64A) is known color: Celery. HEX triplet: BC, C6 and 4A. RGB value is (188,198,74). Sum of RGB (Red+Green+Blue) = 188+198+74=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC64A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC64A is #4339B5. Grayscale: #B5B5B5. Windows color (decimal): -4405686 or 4900540. OLE color: 4900540.
HSL color Cylindrical-coordinate representation of color #BCC64A: hue angle of 64.84º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCC64A is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 198 | 74 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.22 |
| HSL | 64.84º | 0.52% | 0.53% | - |
| HSV(B) | 64.84º | 0.63% | 0.78% | - |
| XYZ | 42.17 | 51.57 | 14.21 | - |
| YUV | 180.87 | 67.69 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 198 | 74 | 0.05 | 0 | 0.63 | 0.22 | 64.84 | 0.52 | 0.53 |
| Hex | BC | C6 | 4A | 5 | 0 | 3F | 16 | 41 | 34 | 35 |
| Octal | 274 | 306 | 112 | 5 | 0 | 77 | 26 | 101 | 64 | 65 |
| Binary | 10111100 | 11000110 | 1001010 | 101 | 0 | 111111 | 10110 | 1000001 | 110100 | 110101 |
Color Harmonies of #BCC64A
Complementary color
Monochromatic Colors of #BCC64A
Black with #BCC64A
Text Example
Text Example
White with #BCC64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC64A; }
p { color: rgb(188,198,74); }
H1.HeaderClassName
{
color: #BCC64A;
}
.AnyTagClassName
{
color: #BCC64A;
}
</style>
background-color css
<style>
a { background-color: #BCC64A; }
a { background-color: rgb(188,198,74); }
div.DivClassName
{
background-color: #BCC64A;
}
.BgClassName
{
background-color: #BCC64A;
}
</style>
border-color css
<style>
span { border-color: #BCC64A; }
span { border-color: rgb(188,198,74); }
td.TdClassName
{
border-color: #BCC64A;
}
.TagClassName
{
border-color: #BCC64A;
}
</style>