Shades of Celery #BCB74A
Tints of Celery #BCB74A
RGB
CMYK
RGB Variations
Color information
#BCB74A (or 0xBCB74A) is known color: Celery. HEX triplet: BC, B7 and 4A. RGB value is (188,183,74). Sum of RGB (Red+Green+Blue) = 188+183+74=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 74 (29.30% from 255 or 16.63% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB74A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCB74A is #4348B5. Grayscale: #ACACAC. Windows color (decimal): -4409526 or 4896700. OLE color: 4896700.
HSL color Cylindrical-coordinate representation of color #BCB74A: hue angle of 57.37º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BCB74A is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 183 | 74 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.26 |
| HSL | 57.37º | 0.46% | 0.51% | - |
| HSV(B) | 57.37º | 0.61% | 0.74% | - |
| XYZ | 38.91 | 45.05 | 13.12 | - |
| YUV | 172.07 | 72.66 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 183 | 74 | 0 | 0.03 | 0.61 | 0.26 | 57.37 | 0.46 | 0.51 |
| Hex | BC | B7 | 4A | 0 | 3 | 3D | 1A | 39 | 2E | 33 |
| Octal | 274 | 267 | 112 | 0 | 3 | 75 | 32 | 71 | 56 | 63 |
| Binary | 10111100 | 10110111 | 1001010 | 0 | 11 | 111101 | 11010 | 111001 | 101110 | 110011 |
Color Harmonies of #BCB74A
Complementary color
Monochromatic Colors of #BCB74A
Black with #BCB74A
Text Example
Text Example
White with #BCB74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCB74A; }
p { color: rgb(188,183,74); }
H1.HeaderClassName
{
color: #BCB74A;
}
.AnyTagClassName
{
color: #BCB74A;
}
</style>
background-color css
<style>
a { background-color: #BCB74A; }
a { background-color: rgb(188,183,74); }
div.DivClassName
{
background-color: #BCB74A;
}
.BgClassName
{
background-color: #BCB74A;
}
</style>
border-color css
<style>
span { border-color: #BCB74A; }
span { border-color: rgb(188,183,74); }
td.TdClassName
{
border-color: #BCB74A;
}
.TagClassName
{
border-color: #BCB74A;
}
</style>