Shades of Celery #B2BB46
Tints of Celery #B2BB46
RGB
CMYK
RGB Variations
Color information
#B2BB46 (or 0xB2BB46) is known color: Celery. HEX triplet: B2, BB and 46. RGB value is (178,187,70). Sum of RGB (Red+Green+Blue) = 178+187+70=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BB46 is #4D44B9. Grayscale: #ABABAB. Windows color (decimal): -5063866 or 4635570. OLE color: 4635570.
HSL color Cylindrical-coordinate representation of color #B2BB46: hue angle of 64.62º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2BB46 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 178 | 187 | 70 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.27 |
| HSL | 64.62º | 0.46% | 0.5% | - |
| HSV(B) | 64.62º | 0.63% | 0.73% | - |
| XYZ | 37.24 | 45.45 | 12.6 | - |
| YUV | 170.97 | 71.02 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 187 | 70 | 0.05 | 0 | 0.63 | 0.27 | 64.62 | 0.46 | 0.5 |
| Hex | B2 | BB | 46 | 5 | 0 | 3F | 1B | 41 | 2E | 32 |
| Octal | 262 | 273 | 106 | 5 | 0 | 77 | 33 | 101 | 56 | 62 |
| Binary | 10110010 | 10111011 | 1000110 | 101 | 0 | 111111 | 11011 | 1000001 | 101110 | 110010 |
Color Harmonies of #B2BB46
Complementary color
Monochromatic Colors of #B2BB46
Black with #B2BB46
Text Example
Text Example
White with #B2BB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BB46; }
p { color: rgb(178,187,70); }
H1.HeaderClassName
{
color: #B2BB46;
}
.AnyTagClassName
{
color: #B2BB46;
}
</style>
background-color css
<style>
a { background-color: #B2BB46; }
a { background-color: rgb(178,187,70); }
div.DivClassName
{
background-color: #B2BB46;
}
.BgClassName
{
background-color: #B2BB46;
}
</style>
border-color css
<style>
span { border-color: #B2BB46; }
span { border-color: rgb(178,187,70); }
td.TdClassName
{
border-color: #B2BB46;
}
.TagClassName
{
border-color: #B2BB46;
}
</style>