Shades of Celery #B5BA33
Tints of Celery #B5BA33
RGB
CMYK
RGB Variations
Color information
#B5BA33 (or 0xB5BA33) is known color: Celery. HEX triplet: B5, BA and 33. RGB value is (181,186,51). Sum of RGB (Red+Green+Blue) = 181+186+51=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA33 is #4A45CC. Grayscale: #A9A9A9. Windows color (decimal): -4867533 or 3390133. OLE color: 3390133.
HSL color Cylindrical-coordinate representation of color #B5BA33: hue angle of 62.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5BA33 is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 186 | 51 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.27 |
| HSL | 62.22º | 0.57% | 0.46% | - |
| HSV(B) | 62.22º | 0.73% | 0.73% | - |
| XYZ | 37.21 | 45.18 | 9.89 | - |
| YUV | 169.12 | 61.34 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 186 | 51 | 0.03 | 0 | 0.73 | 0.27 | 62.22 | 0.57 | 0.46 |
| Hex | B5 | BA | 33 | 3 | 0 | 49 | 1B | 3E | 39 | 2E |
| Octal | 265 | 272 | 63 | 3 | 0 | 111 | 33 | 76 | 71 | 56 |
| Binary | 10110101 | 10111010 | 110011 | 11 | 0 | 1001001 | 11011 | 111110 | 111001 | 101110 |
Color Harmonies of #B5BA33
Complementary color
Monochromatic Colors of #B5BA33
Black with #B5BA33
Text Example
Text Example
White with #B5BA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5BA33; }
p { color: rgb(181,186,51); }
H1.HeaderClassName
{
color: #B5BA33;
}
.AnyTagClassName
{
color: #B5BA33;
}
</style>
background-color css
<style>
a { background-color: #B5BA33; }
a { background-color: rgb(181,186,51); }
div.DivClassName
{
background-color: #B5BA33;
}
.BgClassName
{
background-color: #B5BA33;
}
</style>
border-color css
<style>
span { border-color: #B5BA33; }
span { border-color: rgb(181,186,51); }
td.TdClassName
{
border-color: #B5BA33;
}
.TagClassName
{
border-color: #B5BA33;
}
</style>