Shades of Celery #BCB74C
Tints of Celery #BCB74C
RGB
CMYK
RGB Variations
Color information
#BCB74C (or 0xBCB74C) is known color: Celery. HEX triplet: BC, B7 and 4C. RGB value is (188,183,76). Sum of RGB (Red+Green+Blue) = 188+183+76=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 183 (71.88% from 255 or 40.94% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB74C is #4348B3. Grayscale: #ACACAC. Windows color (decimal): -4409524 or 5027772. OLE color: 5027772.
HSL color Cylindrical-coordinate representation of color #BCB74C: hue angle of 57.32º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BCB74C is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 76 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.26 |
| HSL | 57.32º | 0.46% | 0.52% | - |
| HSV(B) | 57.32º | 0.6% | 0.74% | - |
| XYZ | 38.98 | 45.08 | 13.48 | - |
| YUV | 172.3 | 73.66 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 76 | 0 | 0.03 | 0.60 | 0.26 | 57.32 | 0.46 | 0.52 |
| Hex | BC | B7 | 4C | 0 | 3 | 3C | 1A | 39 | 2E | 34 |
| Octal | 274 | 267 | 114 | 0 | 3 | 74 | 32 | 71 | 56 | 64 |
| Binary | 10111100 | 10110111 | 1001100 | 0 | 11 | 111100 | 11010 | 111001 | 101110 | 110100 |
Color Harmonies of #BCB74C
Complementary color
Monochromatic Colors of #BCB74C
Black with #BCB74C
Text Example
Text Example
White with #BCB74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB74C; }
p { color: rgb(188,183,76); }
H1.HeaderClassName
{
color: #BCB74C;
}
.AnyTagClassName
{
color: #BCB74C;
}
</style>
background-color css
<style>
a { background-color: #BCB74C; }
a { background-color: rgb(188,183,76); }
div.DivClassName
{
background-color: #BCB74C;
}
.BgClassName
{
background-color: #BCB74C;
}
</style>
border-color css
<style>
span { border-color: #BCB74C; }
span { border-color: rgb(188,183,76); }
td.TdClassName
{
border-color: #BCB74C;
}
.TagClassName
{
border-color: #BCB74C;
}
</style>