Shades of Celery #B8C346
Tints of Celery #B8C346
RGB
CMYK
RGB Variations
Color information
#B8C346 (or 0xB8C346) is known color: Celery. HEX triplet: B8, C3 and 46. RGB value is (184,195,70). Sum of RGB (Red+Green+Blue) = 184+195+70=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 70 (27.73% from 255 or 15.59% from 449); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C346 is #473CB9. Grayscale: #B1B1B1. Windows color (decimal): -4668602 or 4637624. OLE color: 4637624.
HSL color Cylindrical-coordinate representation of color #B8C346: hue angle of 65.28º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8C346 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 195 | 70 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.24 |
| HSL | 65.28º | 0.51% | 0.52% | - |
| HSV(B) | 65.28º | 0.64% | 0.76% | - |
| XYZ | 40.39 | 49.66 | 13.25 | - |
| YUV | 177.46 | 67.36 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 195 | 70 | 0.06 | 0 | 0.64 | 0.24 | 65.28 | 0.51 | 0.52 |
| Hex | B8 | C3 | 46 | 6 | 0 | 40 | 18 | 41 | 33 | 34 |
| Octal | 270 | 303 | 106 | 6 | 0 | 100 | 30 | 101 | 63 | 64 |
| Binary | 10111000 | 11000011 | 1000110 | 110 | 0 | 1000000 | 11000 | 1000001 | 110011 | 110100 |
Color Harmonies of #B8C346
Complementary color
Monochromatic Colors of #B8C346
Black with #B8C346
Text Example
Text Example
White with #B8C346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C346; }
p { color: rgb(184,195,70); }
H1.HeaderClassName
{
color: #B8C346;
}
.AnyTagClassName
{
color: #B8C346;
}
</style>
background-color css
<style>
a { background-color: #B8C346; }
a { background-color: rgb(184,195,70); }
div.DivClassName
{
background-color: #B8C346;
}
.BgClassName
{
background-color: #B8C346;
}
</style>
border-color css
<style>
span { border-color: #B8C346; }
span { border-color: rgb(184,195,70); }
td.TdClassName
{
border-color: #B8C346;
}
.TagClassName
{
border-color: #B8C346;
}
</style>