Shades of Celery #BCC744
Tints of Celery #BCC744
RGB
CMYK
RGB Variations
Color information
#BCC744 (or 0xBCC744) is known color: Celery. HEX triplet: BC, C7 and 44. RGB value is (188,199,68). Sum of RGB (Red+Green+Blue) = 188+199+68=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 68 (26.95% from 255 or 14.95% from 455); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC744 is #4338BB. Grayscale: #B5B5B5. Windows color (decimal): -4405436 or 4507580. OLE color: 4507580.
HSL color Cylindrical-coordinate representation of color #BCC744: hue angle of 65.04º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCC744 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 188 | 199 | 68 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.22 |
| HSL | 65.04º | 0.54% | 0.52% | - |
| HSV(B) | 65.04º | 0.66% | 0.78% | - |
| XYZ | 42.21 | 51.96 | 13.27 | - |
| YUV | 180.78 | 64.36 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 199 | 68 | 0.06 | 0 | 0.66 | 0.22 | 65.04 | 0.54 | 0.52 |
| Hex | BC | C7 | 44 | 6 | 0 | 42 | 16 | 41 | 36 | 34 |
| Octal | 274 | 307 | 104 | 6 | 0 | 102 | 26 | 101 | 66 | 64 |
| Binary | 10111100 | 11000111 | 1000100 | 110 | 0 | 1000010 | 10110 | 1000001 | 110110 | 110100 |
Color Harmonies of #BCC744
Complementary color
Monochromatic Colors of #BCC744
Black with #BCC744
Text Example
Text Example
White with #BCC744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC744; }
p { color: rgb(188,199,68); }
H1.HeaderClassName
{
color: #BCC744;
}
.AnyTagClassName
{
color: #BCC744;
}
</style>
background-color css
<style>
a { background-color: #BCC744; }
a { background-color: rgb(188,199,68); }
div.DivClassName
{
background-color: #BCC744;
}
.BgClassName
{
background-color: #BCC744;
}
</style>
border-color css
<style>
span { border-color: #BCC744; }
span { border-color: rgb(188,199,68); }
td.TdClassName
{
border-color: #BCC744;
}
.TagClassName
{
border-color: #BCC744;
}
</style>