Shades of Celery #B5BC4A
Tints of Celery #B5BC4A
RGB
CMYK
RGB Variations
Color information
#B5BC4A (or 0xB5BC4A) is known color: Celery. HEX triplet: B5, BC and 4A. RGB value is (181,188,74). Sum of RGB (Red+Green+Blue) = 181+188+74=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 74 (29.30% from 255 or 16.70% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BC4A is #4A43B5. Grayscale: #ADADAD. Windows color (decimal): -4866998 or 4897973. OLE color: 4897973.
HSL color Cylindrical-coordinate representation of color #B5BC4A: hue angle of 63.68º 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 #B5BC4A is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 188 | 74 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.26 |
| HSL | 63.68º | 0.46% | 0.51% | - |
| HSV(B) | 63.68º | 0.61% | 0.74% | - |
| XYZ | 38.28 | 46.28 | 13.4 | - |
| YUV | 172.91 | 72.18 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 188 | 74 | 0.04 | 0 | 0.61 | 0.26 | 63.68 | 0.46 | 0.51 |
| Hex | B5 | BC | 4A | 4 | 0 | 3D | 1A | 40 | 2E | 33 |
| Octal | 265 | 274 | 112 | 4 | 0 | 75 | 32 | 100 | 56 | 63 |
| Binary | 10110101 | 10111100 | 1001010 | 100 | 0 | 111101 | 11010 | 1000000 | 101110 | 110011 |
Color Harmonies of #B5BC4A
Complementary color
Monochromatic Colors of #B5BC4A
Black with #B5BC4A
Text Example
Text Example
White with #B5BC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BC4A; }
p { color: rgb(181,188,74); }
H1.HeaderClassName
{
color: #B5BC4A;
}
.AnyTagClassName
{
color: #B5BC4A;
}
</style>
background-color css
<style>
a { background-color: #B5BC4A; }
a { background-color: rgb(181,188,74); }
div.DivClassName
{
background-color: #B5BC4A;
}
.BgClassName
{
background-color: #B5BC4A;
}
</style>
border-color css
<style>
span { border-color: #B5BC4A; }
span { border-color: rgb(181,188,74); }
td.TdClassName
{
border-color: #B5BC4A;
}
.TagClassName
{
border-color: #B5BC4A;
}
</style>