Shades of Celery #B8C150
Tints of Celery #B8C150
RGB
CMYK
RGB Variations
Color information
#B8C150 (or 0xB8C150) is known color: Celery. HEX triplet: B8, C1 and 50. RGB value is (184,193,80). Sum of RGB (Red+Green+Blue) = 184+193+80=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C150 is #473EAF. Grayscale: #B1B1B1. Windows color (decimal): -4669104 or 5292472. OLE color: 5292472.
HSL color Cylindrical-coordinate representation of color #B8C150: hue angle of 64.78º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8C150 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 193 | 80 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.24 |
| HSL | 64.78º | 0.48% | 0.54% | - |
| HSV(B) | 64.78º | 0.59% | 0.76% | - |
| XYZ | 40.29 | 48.91 | 14.91 | - |
| YUV | 177.43 | 73.02 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 80 | 0.05 | 0 | 0.59 | 0.24 | 64.78 | 0.48 | 0.54 |
| Hex | B8 | C1 | 50 | 5 | 0 | 3B | 18 | 41 | 30 | 36 |
| Octal | 270 | 301 | 120 | 5 | 0 | 73 | 30 | 101 | 60 | 66 |
| Binary | 10111000 | 11000001 | 1010000 | 101 | 0 | 111011 | 11000 | 1000001 | 110000 | 110110 |
Color Harmonies of #B8C150
Complementary color
Monochromatic Colors of #B8C150
Black with #B8C150
Text Example
Text Example
White with #B8C150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C150; }
p { color: rgb(184,193,80); }
H1.HeaderClassName
{
color: #B8C150;
}
.AnyTagClassName
{
color: #B8C150;
}
</style>
background-color css
<style>
a { background-color: #B8C150; }
a { background-color: rgb(184,193,80); }
div.DivClassName
{
background-color: #B8C150;
}
.BgClassName
{
background-color: #B8C150;
}
</style>
border-color css
<style>
span { border-color: #B8C150; }
span { border-color: rgb(184,193,80); }
td.TdClassName
{
border-color: #B8C150;
}
.TagClassName
{
border-color: #B8C150;
}
</style>