Shades of Celery #B4BD4E
Tints of Celery #B4BD4E
RGB
CMYK
RGB Variations
Color information
#B4BD4E (or 0xB4BD4E) is known color: Celery. HEX triplet: B4, BD and 4E. RGB value is (180,189,78). Sum of RGB (Red+Green+Blue) = 180+189+78=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 78 (30.86% from 255 or 17.45% from 447); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BD4E is #4B42B1. Grayscale: #AEAEAE. Windows color (decimal): -4932274 or 5160372. OLE color: 5160372.
HSL color Cylindrical-coordinate representation of color #B4BD4E: hue angle of 64.86º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B4BD4E is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 180 | 189 | 78 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.26 |
| HSL | 64.86º | 0.46% | 0.52% | - |
| HSV(B) | 64.86º | 0.59% | 0.74% | - |
| XYZ | 38.4 | 46.65 | 14.19 | - |
| YUV | 173.66 | 74.02 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 189 | 78 | 0.05 | 0 | 0.59 | 0.26 | 64.86 | 0.46 | 0.52 |
| Hex | B4 | BD | 4E | 5 | 0 | 3B | 1A | 41 | 2E | 34 |
| Octal | 264 | 275 | 116 | 5 | 0 | 73 | 32 | 101 | 56 | 64 |
| Binary | 10110100 | 10111101 | 1001110 | 101 | 0 | 111011 | 11010 | 1000001 | 101110 | 110100 |
Color Harmonies of #B4BD4E
Complementary color
Monochromatic Colors of #B4BD4E
Black with #B4BD4E
Text Example
Text Example
White with #B4BD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BD4E; }
p { color: rgb(180,189,78); }
H1.HeaderClassName
{
color: #B4BD4E;
}
.AnyTagClassName
{
color: #B4BD4E;
}
</style>
background-color css
<style>
a { background-color: #B4BD4E; }
a { background-color: rgb(180,189,78); }
div.DivClassName
{
background-color: #B4BD4E;
}
.BgClassName
{
background-color: #B4BD4E;
}
</style>
border-color css
<style>
span { border-color: #B4BD4E; }
span { border-color: rgb(180,189,78); }
td.TdClassName
{
border-color: #B4BD4E;
}
.TagClassName
{
border-color: #B4BD4E;
}
</style>