Shades of Celery #BCC03B
Tints of Celery #BCC03B
RGB
CMYK
RGB Variations
Color information
#BCC03B (or 0xBCC03B) is known color: Celery. HEX triplet: BC, C0 and 3B. RGB value is (188,192,59). Sum of RGB (Red+Green+Blue) = 188+192+59=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 59 (23.44% from 255 or 13.44% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC03B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC03B is #433FC4. Grayscale: #B0B0B0. Windows color (decimal): -4407237 or 3915964. OLE color: 3915964.
HSL color Cylindrical-coordinate representation of color #BCC03B: hue angle of 61.8º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BCC03B is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 59 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.25 |
| HSL | 61.8º | 0.53% | 0.49% | - |
| HSV(B) | 61.8º | 0.69% | 0.75% | - |
| XYZ | 40.38 | 48.71 | 11.41 | - |
| YUV | 175.64 | 62.17 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 59 | 0.02 | 0 | 0.69 | 0.25 | 61.8 | 0.53 | 0.49 |
| Hex | BC | C0 | 3B | 2 | 0 | 45 | 19 | 3E | 35 | 31 |
| Octal | 274 | 300 | 73 | 2 | 0 | 105 | 31 | 76 | 65 | 61 |
| Binary | 10111100 | 11000000 | 111011 | 10 | 0 | 1000101 | 11001 | 111110 | 110101 | 110001 |
Color Harmonies of #BCC03B
Complementary color
Monochromatic Colors of #BCC03B
Black with #BCC03B
Text Example
Text Example
White with #BCC03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC03B; }
p { color: rgb(188,192,59); }
H1.HeaderClassName
{
color: #BCC03B;
}
.AnyTagClassName
{
color: #BCC03B;
}
</style>
background-color css
<style>
a { background-color: #BCC03B; }
a { background-color: rgb(188,192,59); }
div.DivClassName
{
background-color: #BCC03B;
}
.BgClassName
{
background-color: #BCC03B;
}
</style>
border-color css
<style>
span { border-color: #BCC03B; }
span { border-color: rgb(188,192,59); }
td.TdClassName
{
border-color: #BCC03B;
}
.TagClassName
{
border-color: #BCC03B;
}
</style>