Shades of Celery #B2B54E
Tints of Celery #B2B54E
RGB
CMYK
RGB Variations
Color information
#B2B54E (or 0xB2B54E) is known color: Celery. HEX triplet: B2, B5 and 4E. RGB value is (178,181,78). Sum of RGB (Red+Green+Blue) = 178+181+78=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 181 (71.09% from 255 or 41.42% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B54E is #4D4AB1. Grayscale: #A8A8A8. Windows color (decimal): -5065394 or 5158322. OLE color: 5158322.
HSL color Cylindrical-coordinate representation of color #B2B54E: hue angle of 61.75º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2B54E is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 178 | 181 | 78 | - |
| CMYK | 0.02 | 0 | 0.57 | 0.29 |
| HSL | 61.75º | 0.41% | 0.51% | - |
| HSV(B) | 61.75º | 0.57% | 0.71% | - |
| XYZ | 36.26 | 43.06 | 13.61 | - |
| YUV | 168.36 | 77.01 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 181 | 78 | 0.02 | 0 | 0.57 | 0.29 | 61.75 | 0.41 | 0.51 |
| Hex | B2 | B5 | 4E | 2 | 0 | 39 | 1D | 3E | 29 | 33 |
| Octal | 262 | 265 | 116 | 2 | 0 | 71 | 35 | 76 | 51 | 63 |
| Binary | 10110010 | 10110101 | 1001110 | 10 | 0 | 111001 | 11101 | 111110 | 101001 | 110011 |
Color Harmonies of #B2B54E
Complementary color
Monochromatic Colors of #B2B54E
Black with #B2B54E
Text Example
Text Example
White with #B2B54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B54E; }
p { color: rgb(178,181,78); }
H1.HeaderClassName
{
color: #B2B54E;
}
.AnyTagClassName
{
color: #B2B54E;
}
</style>
background-color css
<style>
a { background-color: #B2B54E; }
a { background-color: rgb(178,181,78); }
div.DivClassName
{
background-color: #B2B54E;
}
.BgClassName
{
background-color: #B2B54E;
}
</style>
border-color css
<style>
span { border-color: #B2B54E; }
span { border-color: rgb(178,181,78); }
td.TdClassName
{
border-color: #B2B54E;
}
.TagClassName
{
border-color: #B2B54E;
}
</style>