Shades of Celery #B5BF5B
Tints of Celery #B5BF5B
RGB
CMYK
RGB Variations
Color information
#B5BF5B (or 0xB5BF5B) is known color: Celery. HEX triplet: B5, BF and 5B. RGB value is (181,191,91). Sum of RGB (Red+Green+Blue) = 181+191+91=463 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.09% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5BF5B is #4A40A4. Grayscale: #B1B1B1. Windows color (decimal): -4866213 or 6012853. OLE color: 6012853.
HSL color Cylindrical-coordinate representation of color #B5BF5B: hue angle of 66º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B5BF5B is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 191 | 91 | - |
| CMYK | 0.05 | 0 | 0.52 | 0.25 |
| HSL | 66º | 0.44% | 0.55% | - |
| HSV(B) | 66º | 0.52% | 0.75% | - |
| XYZ | 39.58 | 47.84 | 17.05 | - |
| YUV | 176.61 | 79.69 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 191 | 91 | 0.05 | 0 | 0.52 | 0.25 | 66 | 0.44 | 0.55 |
| Hex | B5 | BF | 5B | 5 | 0 | 34 | 19 | 42 | 2C | 37 |
| Octal | 265 | 277 | 133 | 5 | 0 | 64 | 31 | 102 | 54 | 67 |
| Binary | 10110101 | 10111111 | 1011011 | 101 | 0 | 110100 | 11001 | 1000010 | 101100 | 110111 |
Color Harmonies of #B5BF5B
Complementary color
Monochromatic Colors of #B5BF5B
Black with #B5BF5B
Text Example
Text Example
White with #B5BF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BF5B; }
p { color: rgb(181,191,91); }
H1.HeaderClassName
{
color: #B5BF5B;
}
.AnyTagClassName
{
color: #B5BF5B;
}
</style>
background-color css
<style>
a { background-color: #B5BF5B; }
a { background-color: rgb(181,191,91); }
div.DivClassName
{
background-color: #B5BF5B;
}
.BgClassName
{
background-color: #B5BF5B;
}
</style>
border-color css
<style>
span { border-color: #B5BF5B; }
span { border-color: rgb(181,191,91); }
td.TdClassName
{
border-color: #B5BF5B;
}
.TagClassName
{
border-color: #B5BF5B;
}
</style>