Shades of Celery #B3BB34
Tints of Celery #B3BB34
RGB
CMYK
RGB Variations
Color information
#B3BB34 (or 0xB3BB34) is known color: Celery. HEX triplet: B3, BB and 34. RGB value is (179,187,52). Sum of RGB (Red+Green+Blue) = 179+187+52=418 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.82% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3BB34 is #4C44CB. Grayscale: #A9A9A9. Windows color (decimal): -4998348 or 3455923. OLE color: 3455923.
HSL color Cylindrical-coordinate representation of color #B3BB34: hue angle of 63.56º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B3BB34 is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 179 | 187 | 52 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.27 |
| HSL | 63.56º | 0.56% | 0.47% | - |
| HSV(B) | 63.56º | 0.72% | 0.73% | - |
| XYZ | 36.98 | 45.37 | 10.06 | - |
| YUV | 169.22 | 61.85 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 187 | 52 | 0.04 | 0 | 0.72 | 0.27 | 63.56 | 0.56 | 0.47 |
| Hex | B3 | BB | 34 | 4 | 0 | 48 | 1B | 40 | 38 | 2F |
| Octal | 263 | 273 | 64 | 4 | 0 | 110 | 33 | 100 | 70 | 57 |
| Binary | 10110011 | 10111011 | 110100 | 100 | 0 | 1001000 | 11011 | 1000000 | 111000 | 101111 |
Color Harmonies of #B3BB34
Complementary color
Monochromatic Colors of #B3BB34
Black with #B3BB34
Text Example
Text Example
White with #B3BB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3BB34; }
p { color: rgb(179,187,52); }
H1.HeaderClassName
{
color: #B3BB34;
}
.AnyTagClassName
{
color: #B3BB34;
}
</style>
background-color css
<style>
a { background-color: #B3BB34; }
a { background-color: rgb(179,187,52); }
div.DivClassName
{
background-color: #B3BB34;
}
.BgClassName
{
background-color: #B3BB34;
}
</style>
border-color css
<style>
span { border-color: #B3BB34; }
span { border-color: rgb(179,187,52); }
td.TdClassName
{
border-color: #B3BB34;
}
.TagClassName
{
border-color: #B3BB34;
}
</style>