Shades of Celery #B8C13F
Tints of Celery #B8C13F
RGB
CMYK
RGB Variations
Color information
#B8C13F (or 0xB8C13F) is known color: Celery. HEX triplet: B8, C1 and 3F. RGB value is (184,193,63). Sum of RGB (Red+Green+Blue) = 184+193+63=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 193 (75.78% from 255 or 43.86% from 440); Blue value is 63 (25% from 255 or 14.32% from 440); Max value from RGB is 193 - color contains mainly: green. Hex color #B8C13F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C13F is #473EC0. Grayscale: #B0B0B0. Windows color (decimal): -4669121 or 4178360. OLE color: 4178360.
HSL color Cylindrical-coordinate representation of color #B8C13F: hue angle of 64.15º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B8C13F is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 193 | 63 | - |
| CMYK | 0.05 | 0 | 0.67 | 0.24 |
| HSL | 64.15º | 0.51% | 0.5% | - |
| HSV(B) | 64.15º | 0.67% | 0.76% | - |
| XYZ | 39.73 | 48.69 | 12.01 | - |
| YUV | 175.49 | 64.52 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 193 | 63 | 0.05 | 0 | 0.67 | 0.24 | 64.15 | 0.51 | 0.5 |
| Hex | B8 | C1 | 3F | 5 | 0 | 43 | 18 | 40 | 33 | 32 |
| Octal | 270 | 301 | 77 | 5 | 0 | 103 | 30 | 100 | 63 | 62 |
| Binary | 10111000 | 11000001 | 111111 | 101 | 0 | 1000011 | 11000 | 1000000 | 110011 | 110010 |
Color Harmonies of #B8C13F
Complementary color
Monochromatic Colors of #B8C13F
Black with #B8C13F
Text Example
Text Example
White with #B8C13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C13F; }
p { color: rgb(184,193,63); }
H1.HeaderClassName
{
color: #B8C13F;
}
.AnyTagClassName
{
color: #B8C13F;
}
</style>
background-color css
<style>
a { background-color: #B8C13F; }
a { background-color: rgb(184,193,63); }
div.DivClassName
{
background-color: #B8C13F;
}
.BgClassName
{
background-color: #B8C13F;
}
</style>
border-color css
<style>
span { border-color: #B8C13F; }
span { border-color: rgb(184,193,63); }
td.TdClassName
{
border-color: #B8C13F;
}
.TagClassName
{
border-color: #B8C13F;
}
</style>