Shades of Celery #B8C04B
Tints of Celery #B8C04B
RGB
CMYK
RGB Variations
Color information
#B8C04B (or 0xB8C04B) is known color: Celery. HEX triplet: B8, C0 and 4B. RGB value is (184,192,75). Sum of RGB (Red+Green+Blue) = 184+192+75=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 75 (29.69% from 255 or 16.63% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C04B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C04B is #473FB4. Grayscale: #B0B0B0. Windows color (decimal): -4669365 or 4964536. OLE color: 4964536.
HSL color Cylindrical-coordinate representation of color #B8C04B: hue angle of 64.1º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8C04B is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 75 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.25 |
| HSL | 64.1º | 0.48% | 0.52% | - |
| HSV(B) | 64.1º | 0.61% | 0.75% | - |
| XYZ | 39.89 | 48.4 | 13.9 | - |
| YUV | 176.27 | 70.85 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 75 | 0.04 | 0 | 0.61 | 0.25 | 64.1 | 0.48 | 0.52 |
| Hex | B8 | C0 | 4B | 4 | 0 | 3D | 19 | 40 | 30 | 34 |
| Octal | 270 | 300 | 113 | 4 | 0 | 75 | 31 | 100 | 60 | 64 |
| Binary | 10111000 | 11000000 | 1001011 | 100 | 0 | 111101 | 11001 | 1000000 | 110000 | 110100 |
Color Harmonies of #B8C04B
Complementary color
Monochromatic Colors of #B8C04B
Black with #B8C04B
Text Example
Text Example
White with #B8C04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C04B; }
p { color: rgb(184,192,75); }
H1.HeaderClassName
{
color: #B8C04B;
}
.AnyTagClassName
{
color: #B8C04B;
}
</style>
background-color css
<style>
a { background-color: #B8C04B; }
a { background-color: rgb(184,192,75); }
div.DivClassName
{
background-color: #B8C04B;
}
.BgClassName
{
background-color: #B8C04B;
}
</style>
border-color css
<style>
span { border-color: #B8C04B; }
span { border-color: rgb(184,192,75); }
td.TdClassName
{
border-color: #B8C04B;
}
.TagClassName
{
border-color: #B8C04B;
}
</style>