Shades of Celery #BCCC44
Tints of Celery #BCCC44
RGB
CMYK
RGB Variations
Color information
#BCCC44 (or 0xBCCC44) is known color: Celery. HEX triplet: BC, CC and 44. RGB value is (188,204,68). Sum of RGB (Red+Green+Blue) = 188+204+68=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 68 (26.95% from 255 or 14.78% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC44 is #4333BB. Grayscale: #B8B8B8. Windows color (decimal): -4404156 or 4508860. OLE color: 4508860.
HSL color Cylindrical-coordinate representation of color #BCCC44: hue angle of 67.06º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BCCC44 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 68 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.2 |
| HSL | 67.06º | 0.57% | 0.53% | - |
| HSV(B) | 67.06º | 0.67% | 0.8% | - |
| XYZ | 43.38 | 54.29 | 13.66 | - |
| YUV | 183.71 | 62.7 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 68 | 0.08 | 0 | 0.67 | 0.2 | 67.06 | 0.57 | 0.53 |
| Hex | BC | CC | 44 | 8 | 0 | 43 | 14 | 43 | 39 | 35 |
| Octal | 274 | 314 | 104 | 10 | 0 | 103 | 24 | 103 | 71 | 65 |
| Binary | 10111100 | 11001100 | 1000100 | 1000 | 0 | 1000011 | 10100 | 1000011 | 111001 | 110101 |
Color Harmonies of #BCCC44
Complementary color
Monochromatic Colors of #BCCC44
Black with #BCCC44
Text Example
Text Example
White with #BCCC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCC44; }
p { color: rgb(188,204,68); }
H1.HeaderClassName
{
color: #BCCC44;
}
.AnyTagClassName
{
color: #BCCC44;
}
</style>
background-color css
<style>
a { background-color: #BCCC44; }
a { background-color: rgb(188,204,68); }
div.DivClassName
{
background-color: #BCCC44;
}
.BgClassName
{
background-color: #BCCC44;
}
</style>
border-color css
<style>
span { border-color: #BCCC44; }
span { border-color: rgb(188,204,68); }
td.TdClassName
{
border-color: #BCCC44;
}
.TagClassName
{
border-color: #BCCC44;
}
</style>