Shades of Celery #B2BD4D
Tints of Celery #B2BD4D
RGB
CMYK
RGB Variations
Color information
#B2BD4D (or 0xB2BD4D) is known color: Celery. HEX triplet: B2, BD and 4D. RGB value is (178,189,77). Sum of RGB (Red+Green+Blue) = 178+189+77=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BD4D is #4D42B2. Grayscale: #ADADAD. Windows color (decimal): -5063347 or 5094834. OLE color: 5094834.
HSL color Cylindrical-coordinate representation of color #B2BD4D: hue angle of 65.89º 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 #B2BD4D is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 189 | 77 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.26 |
| HSL | 65.89º | 0.46% | 0.52% | - |
| HSV(B) | 65.89º | 0.59% | 0.74% | - |
| XYZ | 37.9 | 46.4 | 13.98 | - |
| YUV | 172.94 | 73.86 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 77 | 0.06 | 0 | 0.59 | 0.26 | 65.89 | 0.46 | 0.52 |
| Hex | B2 | BD | 4D | 6 | 0 | 3B | 1A | 42 | 2E | 34 |
| Octal | 262 | 275 | 115 | 6 | 0 | 73 | 32 | 102 | 56 | 64 |
| Binary | 10110010 | 10111101 | 1001101 | 110 | 0 | 111011 | 11010 | 1000010 | 101110 | 110100 |
Color Harmonies of #B2BD4D
Complementary color
Monochromatic Colors of #B2BD4D
Black with #B2BD4D
Text Example
Text Example
White with #B2BD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BD4D; }
p { color: rgb(178,189,77); }
H1.HeaderClassName
{
color: #B2BD4D;
}
.AnyTagClassName
{
color: #B2BD4D;
}
</style>
background-color css
<style>
a { background-color: #B2BD4D; }
a { background-color: rgb(178,189,77); }
div.DivClassName
{
background-color: #B2BD4D;
}
.BgClassName
{
background-color: #B2BD4D;
}
</style>
border-color css
<style>
span { border-color: #B2BD4D; }
span { border-color: rgb(178,189,77); }
td.TdClassName
{
border-color: #B2BD4D;
}
.TagClassName
{
border-color: #B2BD4D;
}
</style>