Shades of Celery #B3BC41
Tints of Celery #B3BC41
RGB
CMYK
RGB Variations
Color information
#B3BC41 (or 0xB3BC41) is known color: Celery. HEX triplet: B3, BC and 41. RGB value is (179,188,65). Sum of RGB (Red+Green+Blue) = 179+188+65=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BC41 is #4C43BE. Grayscale: #ABABAB. Windows color (decimal): -4998079 or 4308147. OLE color: 4308147.
HSL color Cylindrical-coordinate representation of color #B3BC41: hue angle of 64.39º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3BC41 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 188 | 65 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.26 |
| HSL | 64.39º | 0.49% | 0.5% | - |
| HSV(B) | 64.39º | 0.65% | 0.74% | - |
| XYZ | 37.53 | 45.93 | 11.89 | - |
| YUV | 171.29 | 68.02 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 188 | 65 | 0.05 | 0 | 0.65 | 0.26 | 64.39 | 0.49 | 0.5 |
| Hex | B3 | BC | 41 | 5 | 0 | 41 | 1A | 40 | 31 | 32 |
| Octal | 263 | 274 | 101 | 5 | 0 | 101 | 32 | 100 | 61 | 62 |
| Binary | 10110011 | 10111100 | 1000001 | 101 | 0 | 1000001 | 11010 | 1000000 | 110001 | 110010 |
Color Harmonies of #B3BC41
Complementary color
Monochromatic Colors of #B3BC41
Black with #B3BC41
Text Example
Text Example
White with #B3BC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BC41; }
p { color: rgb(179,188,65); }
H1.HeaderClassName
{
color: #B3BC41;
}
.AnyTagClassName
{
color: #B3BC41;
}
</style>
background-color css
<style>
a { background-color: #B3BC41; }
a { background-color: rgb(179,188,65); }
div.DivClassName
{
background-color: #B3BC41;
}
.BgClassName
{
background-color: #B3BC41;
}
</style>
border-color css
<style>
span { border-color: #B3BC41; }
span { border-color: rgb(179,188,65); }
td.TdClassName
{
border-color: #B3BC41;
}
.TagClassName
{
border-color: #B3BC41;
}
</style>