Shades of Celery #B4BC3F
Tints of Celery #B4BC3F
RGB
CMYK
RGB Variations
Color information
#B4BC3F (or 0xB4BC3F) is known color: Celery. HEX triplet: B4, BC and 3F. RGB value is (180,188,63). Sum of RGB (Red+Green+Blue) = 180+188+63=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 63 (25% from 255 or 14.62% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BC3F is #4B43C0. Grayscale: #ABABAB. Windows color (decimal): -4932545 or 4177076. OLE color: 4177076.
HSL color Cylindrical-coordinate representation of color #B4BC3F: hue angle of 63.84º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B4BC3F is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 188 | 63 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.26 |
| HSL | 63.84º | 0.5% | 0.49% | - |
| HSV(B) | 63.84º | 0.66% | 0.74% | - |
| XYZ | 37.7 | 46.03 | 11.6 | - |
| YUV | 171.36 | 66.85 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 188 | 63 | 0.04 | 0 | 0.66 | 0.26 | 63.84 | 0.5 | 0.49 |
| Hex | B4 | BC | 3F | 4 | 0 | 42 | 1A | 40 | 32 | 31 |
| Octal | 264 | 274 | 77 | 4 | 0 | 102 | 32 | 100 | 62 | 61 |
| Binary | 10110100 | 10111100 | 111111 | 100 | 0 | 1000010 | 11010 | 1000000 | 110010 | 110001 |
Color Harmonies of #B4BC3F
Complementary color
Monochromatic Colors of #B4BC3F
Black with #B4BC3F
Text Example
Text Example
White with #B4BC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BC3F; }
p { color: rgb(180,188,63); }
H1.HeaderClassName
{
color: #B4BC3F;
}
.AnyTagClassName
{
color: #B4BC3F;
}
</style>
background-color css
<style>
a { background-color: #B4BC3F; }
a { background-color: rgb(180,188,63); }
div.DivClassName
{
background-color: #B4BC3F;
}
.BgClassName
{
background-color: #B4BC3F;
}
</style>
border-color css
<style>
span { border-color: #B4BC3F; }
span { border-color: rgb(180,188,63); }
td.TdClassName
{
border-color: #B4BC3F;
}
.TagClassName
{
border-color: #B4BC3F;
}
</style>