Shades of Celery #BCC03A
Tints of Celery #BCC03A
RGB
CMYK
RGB Variations
Color information
#BCC03A (or 0xBCC03A) is known color: Celery. HEX triplet: BC, C0 and 3A. RGB value is (188,192,58). Sum of RGB (Red+Green+Blue) = 188+192+58=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC03A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC03A is #433FC5. Grayscale: #B0B0B0. Windows color (decimal): -4407238 or 3850428. OLE color: 3850428.
HSL color Cylindrical-coordinate representation of color #BCC03A: hue angle of 61.79º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCC03A is Cyan = 0.02, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 58 | - |
| CMYK | 0.02 | 0 | 0.70 | 0.25 |
| HSL | 61.79º | 0.54% | 0.49% | - |
| HSV(B) | 61.79º | 0.7% | 0.75% | - |
| XYZ | 40.35 | 48.7 | 11.28 | - |
| YUV | 175.53 | 61.67 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 58 | 0.02 | 0 | 0.70 | 0.25 | 61.79 | 0.54 | 0.49 |
| Hex | BC | C0 | 3A | 2 | 0 | 46 | 19 | 3E | 36 | 31 |
| Octal | 274 | 300 | 72 | 2 | 0 | 106 | 31 | 76 | 66 | 61 |
| Binary | 10111100 | 11000000 | 111010 | 10 | 0 | 1000110 | 11001 | 111110 | 110110 | 110001 |
Color Harmonies of #BCC03A
Complementary color
Monochromatic Colors of #BCC03A
Black with #BCC03A
Text Example
Text Example
White with #BCC03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC03A; }
p { color: rgb(188,192,58); }
H1.HeaderClassName
{
color: #BCC03A;
}
.AnyTagClassName
{
color: #BCC03A;
}
</style>
background-color css
<style>
a { background-color: #BCC03A; }
a { background-color: rgb(188,192,58); }
div.DivClassName
{
background-color: #BCC03A;
}
.BgClassName
{
background-color: #BCC03A;
}
</style>
border-color css
<style>
span { border-color: #BCC03A; }
span { border-color: rgb(188,192,58); }
td.TdClassName
{
border-color: #BCC03A;
}
.TagClassName
{
border-color: #BCC03A;
}
</style>