Shades of Celery #B8BC41
Tints of Celery #B8BC41
RGB
CMYK
RGB Variations
Color information
#B8BC41 (or 0xB8BC41) is known color: Celery. HEX triplet: B8, BC and 41. RGB value is (184,188,65). Sum of RGB (Red+Green+Blue) = 184+188+65=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BC41 is #4743BE. Grayscale: #ADADAD. Windows color (decimal): -4670399 or 4308152. OLE color: 4308152.
HSL color Cylindrical-coordinate representation of color #B8BC41: hue angle of 61.95º 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 #B8BC41 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 188 | 65 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.26 |
| HSL | 61.95º | 0.49% | 0.5% | - |
| HSV(B) | 61.95º | 0.65% | 0.74% | - |
| XYZ | 38.7 | 46.54 | 11.94 | - |
| YUV | 172.78 | 67.17 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 65 | 0.02 | 0 | 0.65 | 0.26 | 61.95 | 0.49 | 0.5 |
| Hex | B8 | BC | 41 | 2 | 0 | 41 | 1A | 3E | 31 | 32 |
| Octal | 270 | 274 | 101 | 2 | 0 | 101 | 32 | 76 | 61 | 62 |
| Binary | 10111000 | 10111100 | 1000001 | 10 | 0 | 1000001 | 11010 | 111110 | 110001 | 110010 |
Color Harmonies of #B8BC41
Complementary color
Monochromatic Colors of #B8BC41
Black with #B8BC41
Text Example
Text Example
White with #B8BC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BC41; }
p { color: rgb(184,188,65); }
H1.HeaderClassName
{
color: #B8BC41;
}
.AnyTagClassName
{
color: #B8BC41;
}
</style>
background-color css
<style>
a { background-color: #B8BC41; }
a { background-color: rgb(184,188,65); }
div.DivClassName
{
background-color: #B8BC41;
}
.BgClassName
{
background-color: #B8BC41;
}
</style>
border-color css
<style>
span { border-color: #B8BC41; }
span { border-color: rgb(184,188,65); }
td.TdClassName
{
border-color: #B8BC41;
}
.TagClassName
{
border-color: #B8BC41;
}
</style>