Shades of Celery #B8BC4A
Tints of Celery #B8BC4A
RGB
CMYK
RGB Variations
Color information
#B8BC4A (or 0xB8BC4A) is known color: Celery. HEX triplet: B8, BC and 4A. RGB value is (184,188,74). Sum of RGB (Red+Green+Blue) = 184+188+74=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 74 (29.30% from 255 or 16.59% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BC4A is #4743B5. Grayscale: #AEAEAE. Windows color (decimal): -4670390 or 4897976. OLE color: 4897976.
HSL color Cylindrical-coordinate representation of color #B8BC4A: hue angle of 62.11º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B8BC4A is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 188 | 74 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.26 |
| HSL | 62.11º | 0.46% | 0.51% | - |
| HSV(B) | 62.11º | 0.61% | 0.74% | - |
| XYZ | 38.99 | 46.65 | 13.43 | - |
| YUV | 173.81 | 71.67 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 74 | 0.02 | 0 | 0.61 | 0.26 | 62.11 | 0.46 | 0.51 |
| Hex | B8 | BC | 4A | 2 | 0 | 3D | 1A | 3E | 2E | 33 |
| Octal | 270 | 274 | 112 | 2 | 0 | 75 | 32 | 76 | 56 | 63 |
| Binary | 10111000 | 10111100 | 1001010 | 10 | 0 | 111101 | 11010 | 111110 | 101110 | 110011 |
Color Harmonies of #B8BC4A
Complementary color
Monochromatic Colors of #B8BC4A
Black with #B8BC4A
Text Example
Text Example
White with #B8BC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BC4A; }
p { color: rgb(184,188,74); }
H1.HeaderClassName
{
color: #B8BC4A;
}
.AnyTagClassName
{
color: #B8BC4A;
}
</style>
background-color css
<style>
a { background-color: #B8BC4A; }
a { background-color: rgb(184,188,74); }
div.DivClassName
{
background-color: #B8BC4A;
}
.BgClassName
{
background-color: #B8BC4A;
}
</style>
border-color css
<style>
span { border-color: #B8BC4A; }
span { border-color: rgb(184,188,74); }
td.TdClassName
{
border-color: #B8BC4A;
}
.TagClassName
{
border-color: #B8BC4A;
}
</style>