Shades of Celery #B3C252
Tints of Celery #B3C252
RGB
CMYK
RGB Variations
Color information
#B3C252 (or 0xB3C252) is known color: Celery. HEX triplet: B3, C2 and 52. RGB value is (179,194,82). Sum of RGB (Red+Green+Blue) = 179+194+82=455 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.34% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C252 is #4C3DAD. Grayscale: #B1B1B1. Windows color (decimal): -4996526 or 5423795. OLE color: 5423795.
HSL color Cylindrical-coordinate representation of color #B3C252: hue angle of 68.04º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B3C252 is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 194 | 82 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.24 |
| HSL | 68.04º | 0.48% | 0.54% | - |
| HSV(B) | 68.04º | 0.58% | 0.76% | - |
| XYZ | 39.41 | 48.78 | 15.32 | - |
| YUV | 176.75 | 74.53 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 194 | 82 | 0.08 | 0 | 0.58 | 0.24 | 68.04 | 0.48 | 0.54 |
| Hex | B3 | C2 | 52 | 8 | 0 | 3A | 18 | 44 | 30 | 36 |
| Octal | 263 | 302 | 122 | 10 | 0 | 72 | 30 | 104 | 60 | 66 |
| Binary | 10110011 | 11000010 | 1010010 | 1000 | 0 | 111010 | 11000 | 1000100 | 110000 | 110110 |
Color Harmonies of #B3C252
Complementary color
Monochromatic Colors of #B3C252
Black with #B3C252
Text Example
Text Example
White with #B3C252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C252; }
p { color: rgb(179,194,82); }
H1.HeaderClassName
{
color: #B3C252;
}
.AnyTagClassName
{
color: #B3C252;
}
</style>
background-color css
<style>
a { background-color: #B3C252; }
a { background-color: rgb(179,194,82); }
div.DivClassName
{
background-color: #B3C252;
}
.BgClassName
{
background-color: #B3C252;
}
</style>
border-color css
<style>
span { border-color: #B3C252; }
span { border-color: rgb(179,194,82); }
td.TdClassName
{
border-color: #B3C252;
}
.TagClassName
{
border-color: #B3C252;
}
</style>