Shades of Celery #B8C14B
Tints of Celery #B8C14B
RGB
CMYK
RGB Variations
Color information
#B8C14B (or 0xB8C14B) is known color: Celery. HEX triplet: B8, C1 and 4B. RGB value is (184,193,75). Sum of RGB (Red+Green+Blue) = 184+193+75=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 75 (29.69% from 255 or 16.59% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C14B is #473EB4. Grayscale: #B1B1B1. Windows color (decimal): -4669109 or 4964792. OLE color: 4964792.
HSL color Cylindrical-coordinate representation of color #B8C14B: hue angle of 64.58º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8C14B is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 193 | 75 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.24 |
| HSL | 64.58º | 0.49% | 0.53% | - |
| HSV(B) | 64.58º | 0.61% | 0.76% | - |
| XYZ | 40.11 | 48.84 | 13.97 | - |
| YUV | 176.86 | 70.52 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 75 | 0.05 | 0 | 0.61 | 0.24 | 64.58 | 0.49 | 0.53 |
| Hex | B8 | C1 | 4B | 5 | 0 | 3D | 18 | 41 | 31 | 35 |
| Octal | 270 | 301 | 113 | 5 | 0 | 75 | 30 | 101 | 61 | 65 |
| Binary | 10111000 | 11000001 | 1001011 | 101 | 0 | 111101 | 11000 | 1000001 | 110001 | 110101 |
Color Harmonies of #B8C14B
Complementary color
Monochromatic Colors of #B8C14B
Black with #B8C14B
Text Example
Text Example
White with #B8C14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C14B; }
p { color: rgb(184,193,75); }
H1.HeaderClassName
{
color: #B8C14B;
}
.AnyTagClassName
{
color: #B8C14B;
}
</style>
background-color css
<style>
a { background-color: #B8C14B; }
a { background-color: rgb(184,193,75); }
div.DivClassName
{
background-color: #B8C14B;
}
.BgClassName
{
background-color: #B8C14B;
}
</style>
border-color css
<style>
span { border-color: #B8C14B; }
span { border-color: rgb(184,193,75); }
td.TdClassName
{
border-color: #B8C14B;
}
.TagClassName
{
border-color: #B8C14B;
}
</style>