Shades of Celery #B0BF4C
Tints of Celery #B0BF4C
RGB
CMYK
RGB Variations
Color information
#B0BF4C (or 0xB0BF4C) is known color: Celery. HEX triplet: B0, BF and 4C. RGB value is (176,191,76). Sum of RGB (Red+Green+Blue) = 176+191+76=443 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.73% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 76 (30.08% from 255 or 17.16% from 443); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BF4C is #4F40B3. Grayscale: #ADADAD. Windows color (decimal): -5193908 or 5029808. OLE color: 5029808.
HSL color Cylindrical-coordinate representation of color #B0BF4C: hue angle of 67.83º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0BF4C is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 191 | 76 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.25 |
| HSL | 67.83º | 0.47% | 0.52% | - |
| HSV(B) | 67.83º | 0.6% | 0.75% | - |
| XYZ | 37.84 | 47.01 | 13.92 | - |
| YUV | 173.41 | 73.03 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 191 | 76 | 0.08 | 0 | 0.60 | 0.25 | 67.83 | 0.47 | 0.52 |
| Hex | B0 | BF | 4C | 8 | 0 | 3C | 19 | 44 | 2F | 34 |
| Octal | 260 | 277 | 114 | 10 | 0 | 74 | 31 | 104 | 57 | 64 |
| Binary | 10110000 | 10111111 | 1001100 | 1000 | 0 | 111100 | 11001 | 1000100 | 101111 | 110100 |
Color Harmonies of #B0BF4C
Complementary color
Monochromatic Colors of #B0BF4C
Black with #B0BF4C
Text Example
Text Example
White with #B0BF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0BF4C; }
p { color: rgb(176,191,76); }
H1.HeaderClassName
{
color: #B0BF4C;
}
.AnyTagClassName
{
color: #B0BF4C;
}
</style>
background-color css
<style>
a { background-color: #B0BF4C; }
a { background-color: rgb(176,191,76); }
div.DivClassName
{
background-color: #B0BF4C;
}
.BgClassName
{
background-color: #B0BF4C;
}
</style>
border-color css
<style>
span { border-color: #B0BF4C; }
span { border-color: rgb(176,191,76); }
td.TdClassName
{
border-color: #B0BF4C;
}
.TagClassName
{
border-color: #B0BF4C;
}
</style>