Shades of Celery #BCB744
Tints of Celery #BCB744
RGB
CMYK
RGB Variations
Color information
#BCB744 (or 0xBCB744) is known color: Celery. HEX triplet: BC, B7 and 44. RGB value is (188,183,68). Sum of RGB (Red+Green+Blue) = 188+183+68=439 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.82% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 68 (26.95% from 255 or 15.49% from 439); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB744 is #4348BB. Grayscale: #ABABAB. Windows color (decimal): -4409532 or 4503484. OLE color: 4503484.
HSL color Cylindrical-coordinate representation of color #BCB744: hue angle of 57.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCB744 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 68 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.26 |
| HSL | 57.5º | 0.47% | 0.5% | - |
| HSV(B) | 57.5º | 0.64% | 0.74% | - |
| XYZ | 38.72 | 44.98 | 12.11 | - |
| YUV | 171.39 | 69.66 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 68 | 0 | 0.03 | 0.64 | 0.26 | 57.5 | 0.47 | 0.5 |
| Hex | BC | B7 | 44 | 0 | 3 | 40 | 1A | 3A | 2F | 32 |
| Octal | 274 | 267 | 104 | 0 | 3 | 100 | 32 | 72 | 57 | 62 |
| Binary | 10111100 | 10110111 | 1000100 | 0 | 11 | 1000000 | 11010 | 111010 | 101111 | 110010 |
Color Harmonies of #BCB744
Complementary color
Monochromatic Colors of #BCB744
Black with #BCB744
Text Example
Text Example
White with #BCB744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB744; }
p { color: rgb(188,183,68); }
H1.HeaderClassName
{
color: #BCB744;
}
.AnyTagClassName
{
color: #BCB744;
}
</style>
background-color css
<style>
a { background-color: #BCB744; }
a { background-color: rgb(188,183,68); }
div.DivClassName
{
background-color: #BCB744;
}
.BgClassName
{
background-color: #BCB744;
}
</style>
border-color css
<style>
span { border-color: #BCB744; }
span { border-color: rgb(188,183,68); }
td.TdClassName
{
border-color: #BCB744;
}
.TagClassName
{
border-color: #BCB744;
}
</style>