Shades of Celery #B8BC3A
Tints of Celery #B8BC3A
RGB
CMYK
RGB Variations
Color information
#B8BC3A (or 0xB8BC3A) is known color: Celery. HEX triplet: B8, BC and 3A. RGB value is (184,188,58). Sum of RGB (Red+Green+Blue) = 184+188+58=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #B8BC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BC3A is #4743C5. Grayscale: #ACACAC. Windows color (decimal): -4670406 or 3849400. OLE color: 3849400.
HSL color Cylindrical-coordinate representation of color #B8BC3A: hue angle of 61.85º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B8BC3A is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 184 | 188 | 58 | - |
| CMYK | 0.02 | 0 | 0.69 | 0.26 |
| HSL | 61.85º | 0.53% | 0.48% | - |
| HSV(B) | 61.85º | 0.69% | 0.74% | - |
| XYZ | 38.51 | 46.46 | 10.94 | - |
| YUV | 171.98 | 63.67 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 188 | 58 | 0.02 | 0 | 0.69 | 0.26 | 61.85 | 0.53 | 0.48 |
| Hex | B8 | BC | 3A | 2 | 0 | 45 | 1A | 3E | 35 | 30 |
| Octal | 270 | 274 | 72 | 2 | 0 | 105 | 32 | 76 | 65 | 60 |
| Binary | 10111000 | 10111100 | 111010 | 10 | 0 | 1000101 | 11010 | 111110 | 110101 | 110000 |
Color Harmonies of #B8BC3A
Complementary color
Monochromatic Colors of #B8BC3A
Black with #B8BC3A
Text Example
Text Example
White with #B8BC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BC3A; }
p { color: rgb(184,188,58); }
H1.HeaderClassName
{
color: #B8BC3A;
}
.AnyTagClassName
{
color: #B8BC3A;
}
</style>
background-color css
<style>
a { background-color: #B8BC3A; }
a { background-color: rgb(184,188,58); }
div.DivClassName
{
background-color: #B8BC3A;
}
.BgClassName
{
background-color: #B8BC3A;
}
</style>
border-color css
<style>
span { border-color: #B8BC3A; }
span { border-color: rgb(184,188,58); }
td.TdClassName
{
border-color: #B8BC3A;
}
.TagClassName
{
border-color: #B8BC3A;
}
</style>