Shades of Celery #B2BD44
Tints of Celery #B2BD44
RGB
CMYK
RGB Variations
Color information
#B2BD44 (or 0xB2BD44) is known color: Celery. HEX triplet: B2, BD and 44. RGB value is (178,189,68). Sum of RGB (Red+Green+Blue) = 178+189+68=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 68 (26.95% from 255 or 15.63% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BD44 is #4D42BB. Grayscale: #ACACAC. Windows color (decimal): -5063356 or 4505010. OLE color: 4505010.
HSL color Cylindrical-coordinate representation of color #B2BD44: hue angle of 65.45º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2BD44 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 178 | 189 | 68 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.26 |
| HSL | 65.45º | 0.48% | 0.5% | - |
| HSV(B) | 65.45º | 0.64% | 0.74% | - |
| XYZ | 37.6 | 46.28 | 12.42 | - |
| YUV | 171.92 | 69.36 | 132.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 189 | 68 | 0.06 | 0 | 0.64 | 0.26 | 65.45 | 0.48 | 0.5 |
| Hex | B2 | BD | 44 | 6 | 0 | 40 | 1A | 41 | 30 | 32 |
| Octal | 262 | 275 | 104 | 6 | 0 | 100 | 32 | 101 | 60 | 62 |
| Binary | 10110010 | 10111101 | 1000100 | 110 | 0 | 1000000 | 11010 | 1000001 | 110000 | 110010 |
Color Harmonies of #B2BD44
Complementary color
Monochromatic Colors of #B2BD44
Black with #B2BD44
Text Example
Text Example
White with #B2BD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2BD44; }
p { color: rgb(178,189,68); }
H1.HeaderClassName
{
color: #B2BD44;
}
.AnyTagClassName
{
color: #B2BD44;
}
</style>
background-color css
<style>
a { background-color: #B2BD44; }
a { background-color: rgb(178,189,68); }
div.DivClassName
{
background-color: #B2BD44;
}
.BgClassName
{
background-color: #B2BD44;
}
</style>
border-color css
<style>
span { border-color: #B2BD44; }
span { border-color: rgb(178,189,68); }
td.TdClassName
{
border-color: #B2BD44;
}
.TagClassName
{
border-color: #B2BD44;
}
</style>