Shades of Celery #B3BC40
Tints of Celery #B3BC40
RGB
CMYK
RGB Variations
Color information
#B3BC40 (or 0xB3BC40) is known color: Celery. HEX triplet: B3, BC and 40. RGB value is (179,188,64). Sum of RGB (Red+Green+Blue) = 179+188+64=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BC40 is #4C43BF. Grayscale: #ABABAB. Windows color (decimal): -4998080 or 4242611. OLE color: 4242611.
HSL color Cylindrical-coordinate representation of color #B3BC40: hue angle of 64.35º degrees, saturation: 0.49, 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 #B3BC40 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 188 | 64 | - |
| CMYK | 0.05 | 0 | 0.66 | 0.26 |
| HSL | 64.35º | 0.49% | 0.49% | - |
| HSV(B) | 64.35º | 0.66% | 0.74% | - |
| XYZ | 37.5 | 45.92 | 11.74 | - |
| YUV | 171.17 | 67.52 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 64 | 0.05 | 0 | 0.66 | 0.26 | 64.35 | 0.49 | 0.49 |
| Hex | B3 | BC | 40 | 5 | 0 | 42 | 1A | 40 | 31 | 31 |
| Octal | 263 | 274 | 100 | 5 | 0 | 102 | 32 | 100 | 61 | 61 |
| Binary | 10110011 | 10111100 | 1000000 | 101 | 0 | 1000010 | 11010 | 1000000 | 110001 | 110001 |
Color Harmonies of #B3BC40
Complementary color
Monochromatic Colors of #B3BC40
Black with #B3BC40
Text Example
Text Example
White with #B3BC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BC40; }
p { color: rgb(179,188,64); }
H1.HeaderClassName
{
color: #B3BC40;
}
.AnyTagClassName
{
color: #B3BC40;
}
</style>
background-color css
<style>
a { background-color: #B3BC40; }
a { background-color: rgb(179,188,64); }
div.DivClassName
{
background-color: #B3BC40;
}
.BgClassName
{
background-color: #B3BC40;
}
</style>
border-color css
<style>
span { border-color: #B3BC40; }
span { border-color: rgb(179,188,64); }
td.TdClassName
{
border-color: #B3BC40;
}
.TagClassName
{
border-color: #B3BC40;
}
</style>