Shades of Celery #B2BF5B
Tints of Celery #B2BF5B
RGB
CMYK
RGB Variations
Color information
#B2BF5B (or 0xB2BF5B) is known color: Celery. HEX triplet: B2, BF and 5B. RGB value is (178,191,91). Sum of RGB (Red+Green+Blue) = 178+191+91=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 91 (35.94% from 255 or 19.78% from 460); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BF5B is #4D40A4. Grayscale: #B0B0B0. Windows color (decimal): -5062821 or 6012850. OLE color: 6012850.
HSL color Cylindrical-coordinate representation of color #B2BF5B: hue angle of 67.8º 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 #B2BF5B is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 191 | 91 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.25 |
| HSL | 67.8º | 0.44% | 0.55% | - |
| HSV(B) | 67.8º | 0.52% | 0.75% | - |
| XYZ | 38.88 | 47.48 | 17.01 | - |
| YUV | 175.71 | 80.19 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 191 | 91 | 0.07 | 0 | 0.52 | 0.25 | 67.8 | 0.44 | 0.55 |
| Hex | B2 | BF | 5B | 7 | 0 | 34 | 19 | 44 | 2C | 37 |
| Octal | 262 | 277 | 133 | 7 | 0 | 64 | 31 | 104 | 54 | 67 |
| Binary | 10110010 | 10111111 | 1011011 | 111 | 0 | 110100 | 11001 | 1000100 | 101100 | 110111 |
Color Harmonies of #B2BF5B
Complementary color
Monochromatic Colors of #B2BF5B
Black with #B2BF5B
Text Example
Text Example
White with #B2BF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BF5B; }
p { color: rgb(178,191,91); }
H1.HeaderClassName
{
color: #B2BF5B;
}
.AnyTagClassName
{
color: #B2BF5B;
}
</style>
background-color css
<style>
a { background-color: #B2BF5B; }
a { background-color: rgb(178,191,91); }
div.DivClassName
{
background-color: #B2BF5B;
}
.BgClassName
{
background-color: #B2BF5B;
}
</style>
border-color css
<style>
span { border-color: #B2BF5B; }
span { border-color: rgb(178,191,91); }
td.TdClassName
{
border-color: #B2BF5B;
}
.TagClassName
{
border-color: #B2BF5B;
}
</style>