Shades of Celery #B2BB4D
Tints of Celery #B2BB4D
RGB
CMYK
RGB Variations
Color information
#B2BB4D (or 0xB2BB4D) is known color: Celery. HEX triplet: B2, BB and 4D. RGB value is (178,187,77). Sum of RGB (Red+Green+Blue) = 178+187+77=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 77 (30.47% from 255 or 17.42% from 442); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BB4D is #4D44B2. Grayscale: #ACACAC. Windows color (decimal): -5063859 or 5094322. OLE color: 5094322.
HSL color Cylindrical-coordinate representation of color #B2BB4D: hue angle of 64.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2BB4D is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 187 | 77 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.27 |
| HSL | 64.91º | 0.45% | 0.52% | - |
| HSV(B) | 64.91º | 0.59% | 0.73% | - |
| XYZ | 37.47 | 45.54 | 13.84 | - |
| YUV | 171.77 | 74.52 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 77 | 0.05 | 0 | 0.59 | 0.27 | 64.91 | 0.45 | 0.52 |
| Hex | B2 | BB | 4D | 5 | 0 | 3B | 1B | 41 | 2D | 34 |
| Octal | 262 | 273 | 115 | 5 | 0 | 73 | 33 | 101 | 55 | 64 |
| Binary | 10110010 | 10111011 | 1001101 | 101 | 0 | 111011 | 11011 | 1000001 | 101101 | 110100 |
Color Harmonies of #B2BB4D
Complementary color
Monochromatic Colors of #B2BB4D
Black with #B2BB4D
Text Example
Text Example
White with #B2BB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BB4D; }
p { color: rgb(178,187,77); }
H1.HeaderClassName
{
color: #B2BB4D;
}
.AnyTagClassName
{
color: #B2BB4D;
}
</style>
background-color css
<style>
a { background-color: #B2BB4D; }
a { background-color: rgb(178,187,77); }
div.DivClassName
{
background-color: #B2BB4D;
}
.BgClassName
{
background-color: #B2BB4D;
}
</style>
border-color css
<style>
span { border-color: #B2BB4D; }
span { border-color: rgb(178,187,77); }
td.TdClassName
{
border-color: #B2BB4D;
}
.TagClassName
{
border-color: #B2BB4D;
}
</style>