Shades of Celery #B3BB48
Tints of Celery #B3BB48
RGB
CMYK
RGB Variations
Color information
#B3BB48 (or 0xB3BB48) is known color: Celery. HEX triplet: B3, BB and 48. RGB value is (179,187,72). Sum of RGB (Red+Green+Blue) = 179+187+72=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB48 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BB48 is #4C44B7. Grayscale: #ABABAB. Windows color (decimal): -4998328 or 4766643. OLE color: 4766643.
HSL color Cylindrical-coordinate representation of color #B3BB48: hue angle of 64.17º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B3BB48 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 187 | 72 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.27 |
| HSL | 64.17º | 0.46% | 0.51% | - |
| HSV(B) | 64.17º | 0.61% | 0.73% | - |
| XYZ | 37.53 | 45.59 | 12.95 | - |
| YUV | 171.5 | 71.85 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 72 | 0.04 | 0 | 0.61 | 0.27 | 64.17 | 0.46 | 0.51 |
| Hex | B3 | BB | 48 | 4 | 0 | 3D | 1B | 40 | 2E | 33 |
| Octal | 263 | 273 | 110 | 4 | 0 | 75 | 33 | 100 | 56 | 63 |
| Binary | 10110011 | 10111011 | 1001000 | 100 | 0 | 111101 | 11011 | 1000000 | 101110 | 110011 |
Color Harmonies of #B3BB48
Complementary color
Monochromatic Colors of #B3BB48
Black with #B3BB48
Text Example
Text Example
White with #B3BB48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BB48; }
p { color: rgb(179,187,72); }
H1.HeaderClassName
{
color: #B3BB48;
}
.AnyTagClassName
{
color: #B3BB48;
}
</style>
background-color css
<style>
a { background-color: #B3BB48; }
a { background-color: rgb(179,187,72); }
div.DivClassName
{
background-color: #B3BB48;
}
.BgClassName
{
background-color: #B3BB48;
}
</style>
border-color css
<style>
span { border-color: #B3BB48; }
span { border-color: rgb(179,187,72); }
td.TdClassName
{
border-color: #B3BB48;
}
.TagClassName
{
border-color: #B3BB48;
}
</style>