Shades of Celery #B8BF4F
Tints of Celery #B8BF4F
RGB
CMYK
RGB Variations
Color information
#B8BF4F (or 0xB8BF4F) is known color: Celery. HEX triplet: B8, BF and 4F. RGB value is (184,191,79). Sum of RGB (Red+Green+Blue) = 184+191+79=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 191 - color contains mainly: green. Hex color #B8BF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BF4F is #4740B0. Grayscale: #B0B0B0. Windows color (decimal): -4669617 or 5226424. OLE color: 5226424.
HSL color Cylindrical-coordinate representation of color #B8BF4F: hue angle of 63.75º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8BF4F is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 191 | 79 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.25 |
| HSL | 63.75º | 0.47% | 0.53% | - |
| HSV(B) | 63.75º | 0.59% | 0.75% | - |
| XYZ | 39.81 | 48.02 | 14.57 | - |
| YUV | 176.14 | 73.18 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 191 | 79 | 0.04 | 0 | 0.59 | 0.25 | 63.75 | 0.47 | 0.53 |
| Hex | B8 | BF | 4F | 4 | 0 | 3B | 19 | 40 | 2F | 35 |
| Octal | 270 | 277 | 117 | 4 | 0 | 73 | 31 | 100 | 57 | 65 |
| Binary | 10111000 | 10111111 | 1001111 | 100 | 0 | 111011 | 11001 | 1000000 | 101111 | 110101 |
Color Harmonies of #B8BF4F
Complementary color
Monochromatic Colors of #B8BF4F
Black with #B8BF4F
Text Example
Text Example
White with #B8BF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BF4F; }
p { color: rgb(184,191,79); }
H1.HeaderClassName
{
color: #B8BF4F;
}
.AnyTagClassName
{
color: #B8BF4F;
}
</style>
background-color css
<style>
a { background-color: #B8BF4F; }
a { background-color: rgb(184,191,79); }
div.DivClassName
{
background-color: #B8BF4F;
}
.BgClassName
{
background-color: #B8BF4F;
}
</style>
border-color css
<style>
span { border-color: #B8BF4F; }
span { border-color: rgb(184,191,79); }
td.TdClassName
{
border-color: #B8BF4F;
}
.TagClassName
{
border-color: #B8BF4F;
}
</style>