Shades of Celery #B2BD41
Tints of Celery #B2BD41
RGB
CMYK
RGB Variations
Color information
#B2BD41 (or 0xB2BD41) is known color: Celery. HEX triplet: B2, BD and 41. RGB value is (178,189,65). Sum of RGB (Red+Green+Blue) = 178+189+65=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BD41 is #4D42BE. Grayscale: #ACACAC. Windows color (decimal): -5063359 or 4308402. OLE color: 4308402.
HSL color Cylindrical-coordinate representation of color #B2BD41: hue angle of 65.32º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2BD41 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 189 | 65 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.26 |
| HSL | 65.32º | 0.49% | 0.5% | - |
| HSV(B) | 65.32º | 0.66% | 0.74% | - |
| XYZ | 37.51 | 46.24 | 11.95 | - |
| YUV | 171.58 | 67.86 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 65 | 0.06 | 0 | 0.66 | 0.26 | 65.32 | 0.49 | 0.5 |
| Hex | B2 | BD | 41 | 6 | 0 | 42 | 1A | 41 | 31 | 32 |
| Octal | 262 | 275 | 101 | 6 | 0 | 102 | 32 | 101 | 61 | 62 |
| Binary | 10110010 | 10111101 | 1000001 | 110 | 0 | 1000010 | 11010 | 1000001 | 110001 | 110010 |
Color Harmonies of #B2BD41
Complementary color
Monochromatic Colors of #B2BD41
Black with #B2BD41
Text Example
Text Example
White with #B2BD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BD41; }
p { color: rgb(178,189,65); }
H1.HeaderClassName
{
color: #B2BD41;
}
.AnyTagClassName
{
color: #B2BD41;
}
</style>
background-color css
<style>
a { background-color: #B2BD41; }
a { background-color: rgb(178,189,65); }
div.DivClassName
{
background-color: #B2BD41;
}
.BgClassName
{
background-color: #B2BD41;
}
</style>
border-color css
<style>
span { border-color: #B2BD41; }
span { border-color: rgb(178,189,65); }
td.TdClassName
{
border-color: #B2BD41;
}
.TagClassName
{
border-color: #B2BD41;
}
</style>