Shades of Celery #B2BB4A
Tints of Celery #B2BB4A
RGB
CMYK
RGB Variations
Color information
#B2BB4A (or 0xB2BB4A) is known color: Celery. HEX triplet: B2, BB and 4A. RGB value is (178,187,74). Sum of RGB (Red+Green+Blue) = 178+187+74=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 187 (73.44% from 255 or 42.60% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BB4A is #4D44B5. Grayscale: #ABABAB. Windows color (decimal): -5063862 or 4897714. OLE color: 4897714.
HSL color Cylindrical-coordinate representation of color #B2BB4A: hue angle of 64.78º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B2BB4A is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 187 | 74 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.27 |
| HSL | 64.78º | 0.45% | 0.51% | - |
| HSV(B) | 64.78º | 0.6% | 0.73% | - |
| XYZ | 37.37 | 45.5 | 13.29 | - |
| YUV | 171.43 | 73.02 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 74 | 0.05 | 0 | 0.60 | 0.27 | 64.78 | 0.45 | 0.51 |
| Hex | B2 | BB | 4A | 5 | 0 | 3C | 1B | 41 | 2D | 33 |
| Octal | 262 | 273 | 112 | 5 | 0 | 74 | 33 | 101 | 55 | 63 |
| Binary | 10110010 | 10111011 | 1001010 | 101 | 0 | 111100 | 11011 | 1000001 | 101101 | 110011 |
Color Harmonies of #B2BB4A
Complementary color
Monochromatic Colors of #B2BB4A
Black with #B2BB4A
Text Example
Text Example
White with #B2BB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BB4A; }
p { color: rgb(178,187,74); }
H1.HeaderClassName
{
color: #B2BB4A;
}
.AnyTagClassName
{
color: #B2BB4A;
}
</style>
background-color css
<style>
a { background-color: #B2BB4A; }
a { background-color: rgb(178,187,74); }
div.DivClassName
{
background-color: #B2BB4A;
}
.BgClassName
{
background-color: #B2BB4A;
}
</style>
border-color css
<style>
span { border-color: #B2BB4A; }
span { border-color: rgb(178,187,74); }
td.TdClassName
{
border-color: #B2BB4A;
}
.TagClassName
{
border-color: #B2BB4A;
}
</style>