Shades of Celery #B8BF55
Tints of Celery #B8BF55
RGB
CMYK
RGB Variations
Color information
#B8BF55 (or 0xB8BF55) is known color: Celery. HEX triplet: B8, BF and 55. RGB value is (184,191,85). Sum of RGB (Red+Green+Blue) = 184+191+85=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BF55 is #4740AA. Grayscale: #B1B1B1. Windows color (decimal): -4669611 or 5619640. OLE color: 5619640.
HSL color Cylindrical-coordinate representation of color #B8BF55: hue angle of 63.96º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B8BF55 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 191 | 85 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.25 |
| HSL | 63.96º | 0.45% | 0.54% | - |
| HSV(B) | 63.96º | 0.55% | 0.75% | - |
| XYZ | 40.04 | 48.11 | 15.77 | - |
| YUV | 176.82 | 76.18 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 191 | 85 | 0.04 | 0 | 0.55 | 0.25 | 63.96 | 0.45 | 0.54 |
| Hex | B8 | BF | 55 | 4 | 0 | 37 | 19 | 40 | 2D | 36 |
| Octal | 270 | 277 | 125 | 4 | 0 | 67 | 31 | 100 | 55 | 66 |
| Binary | 10111000 | 10111111 | 1010101 | 100 | 0 | 110111 | 11001 | 1000000 | 101101 | 110110 |
Color Harmonies of #B8BF55
Complementary color
Monochromatic Colors of #B8BF55
Black with #B8BF55
Text Example
Text Example
White with #B8BF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BF55; }
p { color: rgb(184,191,85); }
H1.HeaderClassName
{
color: #B8BF55;
}
.AnyTagClassName
{
color: #B8BF55;
}
</style>
background-color css
<style>
a { background-color: #B8BF55; }
a { background-color: rgb(184,191,85); }
div.DivClassName
{
background-color: #B8BF55;
}
.BgClassName
{
background-color: #B8BF55;
}
</style>
border-color css
<style>
span { border-color: #B8BF55; }
span { border-color: rgb(184,191,85); }
td.TdClassName
{
border-color: #B8BF55;
}
.TagClassName
{
border-color: #B8BF55;
}
</style>