Shades of Celery #B8C352
Tints of Celery #B8C352
RGB
CMYK
RGB Variations
Color information
#B8C352 (or 0xB8C352) is known color: Celery. HEX triplet: B8, C3 and 52. RGB value is (184,195,82). Sum of RGB (Red+Green+Blue) = 184+195+82=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 82 (32.42% from 255 or 17.79% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C352 is #473CAD. Grayscale: #B3B3B3. Windows color (decimal): -4668590 or 5424056. OLE color: 5424056.
HSL color Cylindrical-coordinate representation of color #B8C352: hue angle of 65.84º 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 #B8C352 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 195 | 82 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.24 |
| HSL | 65.84º | 0.48% | 0.54% | - |
| HSV(B) | 65.84º | 0.58% | 0.76% | - |
| XYZ | 40.81 | 49.83 | 15.45 | - |
| YUV | 178.83 | 73.36 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 195 | 82 | 0.06 | 0 | 0.58 | 0.24 | 65.84 | 0.48 | 0.54 |
| Hex | B8 | C3 | 52 | 6 | 0 | 3A | 18 | 42 | 30 | 36 |
| Octal | 270 | 303 | 122 | 6 | 0 | 72 | 30 | 102 | 60 | 66 |
| Binary | 10111000 | 11000011 | 1010010 | 110 | 0 | 111010 | 11000 | 1000010 | 110000 | 110110 |
Color Harmonies of #B8C352
Complementary color
Monochromatic Colors of #B8C352
Black with #B8C352
Text Example
Text Example
White with #B8C352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C352; }
p { color: rgb(184,195,82); }
H1.HeaderClassName
{
color: #B8C352;
}
.AnyTagClassName
{
color: #B8C352;
}
</style>
background-color css
<style>
a { background-color: #B8C352; }
a { background-color: rgb(184,195,82); }
div.DivClassName
{
background-color: #B8C352;
}
.BgClassName
{
background-color: #B8C352;
}
</style>
border-color css
<style>
span { border-color: #B8C352; }
span { border-color: rgb(184,195,82); }
td.TdClassName
{
border-color: #B8C352;
}
.TagClassName
{
border-color: #B8C352;
}
</style>