Shades of Celery #B2B542
Tints of Celery #B2B542
RGB
CMYK
RGB Variations
Color information
#B2B542 (or 0xB2B542) is known color: Celery. HEX triplet: B2, B5 and 42. RGB value is (178,181,66). Sum of RGB (Red+Green+Blue) = 178+181+66=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 66 (26.17% from 255 or 15.53% from 425); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B542 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B542 is #4D4ABD. Grayscale: #A7A7A7. Windows color (decimal): -5065406 or 4371890. OLE color: 4371890.
HSL color Cylindrical-coordinate representation of color #B2B542: hue angle of 61.57º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B2B542 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 66 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.29 |
| HSL | 61.57º | 0.47% | 0.48% | - |
| HSV(B) | 61.57º | 0.64% | 0.71% | - |
| XYZ | 35.87 | 42.91 | 11.55 | - |
| YUV | 166.99 | 71.01 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 66 | 0.02 | 0 | 0.64 | 0.29 | 61.57 | 0.47 | 0.48 |
| Hex | B2 | B5 | 42 | 2 | 0 | 40 | 1D | 3E | 2F | 30 |
| Octal | 262 | 265 | 102 | 2 | 0 | 100 | 35 | 76 | 57 | 60 |
| Binary | 10110010 | 10110101 | 1000010 | 10 | 0 | 1000000 | 11101 | 111110 | 101111 | 110000 |
Color Harmonies of #B2B542
Complementary color
Monochromatic Colors of #B2B542
Black with #B2B542
Text Example
Text Example
White with #B2B542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B542; }
p { color: rgb(178,181,66); }
H1.HeaderClassName
{
color: #B2B542;
}
.AnyTagClassName
{
color: #B2B542;
}
</style>
background-color css
<style>
a { background-color: #B2B542; }
a { background-color: rgb(178,181,66); }
div.DivClassName
{
background-color: #B2B542;
}
.BgClassName
{
background-color: #B2B542;
}
</style>
border-color css
<style>
span { border-color: #B2B542; }
span { border-color: rgb(178,181,66); }
td.TdClassName
{
border-color: #B2B542;
}
.TagClassName
{
border-color: #B2B542;
}
</style>