Shades of Celery #B0BF4E
Tints of Celery #B0BF4E
RGB
CMYK
RGB Variations
Color information
#B0BF4E (or 0xB0BF4E) is known color: Celery. HEX triplet: B0, BF and 4E. RGB value is (176,191,78). Sum of RGB (Red+Green+Blue) = 176+191+78=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 78 (30.86% from 255 or 17.53% from 445); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0BF4E is #4F40B1. Grayscale: #AEAEAE. Windows color (decimal): -5193906 or 5160880. OLE color: 5160880.
HSL color Cylindrical-coordinate representation of color #B0BF4E: hue angle of 67.96º 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 #B0BF4E is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 78 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.25 |
| HSL | 67.96º | 0.47% | 0.53% | - |
| HSV(B) | 67.96º | 0.59% | 0.75% | - |
| XYZ | 37.91 | 47.04 | 14.29 | - |
| YUV | 173.63 | 74.03 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 78 | 0.08 | 0 | 0.59 | 0.25 | 67.96 | 0.47 | 0.53 |
| Hex | B0 | BF | 4E | 8 | 0 | 3B | 19 | 44 | 2F | 35 |
| Octal | 260 | 277 | 116 | 10 | 0 | 73 | 31 | 104 | 57 | 65 |
| Binary | 10110000 | 10111111 | 1001110 | 1000 | 0 | 111011 | 11001 | 1000100 | 101111 | 110101 |
Color Harmonies of #B0BF4E
Complementary color
Monochromatic Colors of #B0BF4E
Black with #B0BF4E
Text Example
Text Example
White with #B0BF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BF4E; }
p { color: rgb(176,191,78); }
H1.HeaderClassName
{
color: #B0BF4E;
}
.AnyTagClassName
{
color: #B0BF4E;
}
</style>
background-color css
<style>
a { background-color: #B0BF4E; }
a { background-color: rgb(176,191,78); }
div.DivClassName
{
background-color: #B0BF4E;
}
.BgClassName
{
background-color: #B0BF4E;
}
</style>
border-color css
<style>
span { border-color: #B0BF4E; }
span { border-color: rgb(176,191,78); }
td.TdClassName
{
border-color: #B0BF4E;
}
.TagClassName
{
border-color: #B0BF4E;
}
</style>