Shades of Celery #BCCC45
Tints of Celery #BCCC45
RGB
CMYK
RGB Variations
Color information
#BCCC45 (or 0xBCCC45) is known color: Celery. HEX triplet: BC, CC and 45. RGB value is (188,204,69). Sum of RGB (Red+Green+Blue) = 188+204+69=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 204 (80.08% from 255 or 44.25% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC45 is #4333BA. Grayscale: #B8B8B8. Windows color (decimal): -4404155 or 4574396. OLE color: 4574396.
HSL color Cylindrical-coordinate representation of color #BCCC45: hue angle of 67.11º 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 #BCCC45 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 69 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.2 |
| HSL | 67.11º | 0.57% | 0.54% | - |
| HSV(B) | 67.11º | 0.66% | 0.8% | - |
| XYZ | 43.41 | 54.31 | 13.82 | - |
| YUV | 183.83 | 63.2 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 69 | 0.08 | 0 | 0.66 | 0.2 | 67.11 | 0.57 | 0.54 |
| Hex | BC | CC | 45 | 8 | 0 | 42 | 14 | 43 | 39 | 36 |
| Octal | 274 | 314 | 105 | 10 | 0 | 102 | 24 | 103 | 71 | 66 |
| Binary | 10111100 | 11001100 | 1000101 | 1000 | 0 | 1000010 | 10100 | 1000011 | 111001 | 110110 |
Color Harmonies of #BCCC45
Complementary color
Monochromatic Colors of #BCCC45
Black with #BCCC45
Text Example
Text Example
White with #BCCC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC45; }
p { color: rgb(188,204,69); }
H1.HeaderClassName
{
color: #BCCC45;
}
.AnyTagClassName
{
color: #BCCC45;
}
</style>
background-color css
<style>
a { background-color: #BCCC45; }
a { background-color: rgb(188,204,69); }
div.DivClassName
{
background-color: #BCCC45;
}
.BgClassName
{
background-color: #BCCC45;
}
</style>
border-color css
<style>
span { border-color: #BCCC45; }
span { border-color: rgb(188,204,69); }
td.TdClassName
{
border-color: #BCCC45;
}
.TagClassName
{
border-color: #BCCC45;
}
</style>