Shades of Celery #BCC03D
Tints of Celery #BCC03D
RGB
CMYK
RGB Variations
Color information
#BCC03D (or 0xBCC03D) is known color: Celery. HEX triplet: BC, C0 and 3D. RGB value is (188,192,61). Sum of RGB (Red+Green+Blue) = 188+192+61=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 192 (75.39% from 255 or 43.54% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC03D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC03D is #433FC2. Grayscale: #B0B0B0. Windows color (decimal): -4407235 or 4047036. OLE color: 4047036.
HSL color Cylindrical-coordinate representation of color #BCC03D: hue angle of 61.83º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCC03D is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 61 | - |
| CMYK | 0.02 | 0 | 0.68 | 0.25 |
| HSL | 61.83º | 0.52% | 0.5% | - |
| HSV(B) | 61.83º | 0.68% | 0.75% | - |
| XYZ | 40.43 | 48.73 | 11.69 | - |
| YUV | 175.87 | 63.17 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 61 | 0.02 | 0 | 0.68 | 0.25 | 61.83 | 0.52 | 0.5 |
| Hex | BC | C0 | 3D | 2 | 0 | 44 | 19 | 3E | 34 | 32 |
| Octal | 274 | 300 | 75 | 2 | 0 | 104 | 31 | 76 | 64 | 62 |
| Binary | 10111100 | 11000000 | 111101 | 10 | 0 | 1000100 | 11001 | 111110 | 110100 | 110010 |
Color Harmonies of #BCC03D
Complementary color
Monochromatic Colors of #BCC03D
Black with #BCC03D
Text Example
Text Example
White with #BCC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC03D; }
p { color: rgb(188,192,61); }
H1.HeaderClassName
{
color: #BCC03D;
}
.AnyTagClassName
{
color: #BCC03D;
}
</style>
background-color css
<style>
a { background-color: #BCC03D; }
a { background-color: rgb(188,192,61); }
div.DivClassName
{
background-color: #BCC03D;
}
.BgClassName
{
background-color: #BCC03D;
}
</style>
border-color css
<style>
span { border-color: #BCC03D; }
span { border-color: rgb(188,192,61); }
td.TdClassName
{
border-color: #BCC03D;
}
.TagClassName
{
border-color: #BCC03D;
}
</style>