Shades of Celery #B5B948
Tints of Celery #B5B948
RGB
CMYK
RGB Variations
Color information
#B5B948 (or 0xB5B948) is known color: Celery. HEX triplet: B5, B9 and 48. RGB value is (181,185,72). Sum of RGB (Red+Green+Blue) = 181+185+72=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B948 is #4A46B7. Grayscale: #ABABAB. Windows color (decimal): -4867768 or 4766133. OLE color: 4766133.
HSL color Cylindrical-coordinate representation of color #B5B948: hue angle of 62.12º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B5B948 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 185 | 72 | - |
| CMYK | 0.02 | 0 | 0.61 | 0.27 |
| HSL | 62.12º | 0.45% | 0.5% | - |
| HSV(B) | 62.12º | 0.61% | 0.73% | - |
| XYZ | 37.57 | 44.99 | 12.83 | - |
| YUV | 170.92 | 72.17 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 185 | 72 | 0.02 | 0 | 0.61 | 0.27 | 62.12 | 0.45 | 0.5 |
| Hex | B5 | B9 | 48 | 2 | 0 | 3D | 1B | 3E | 2D | 32 |
| Octal | 265 | 271 | 110 | 2 | 0 | 75 | 33 | 76 | 55 | 62 |
| Binary | 10110101 | 10111001 | 1001000 | 10 | 0 | 111101 | 11011 | 111110 | 101101 | 110010 |
Color Harmonies of #B5B948
Complementary color
Monochromatic Colors of #B5B948
Black with #B5B948
Text Example
Text Example
White with #B5B948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B948; }
p { color: rgb(181,185,72); }
H1.HeaderClassName
{
color: #B5B948;
}
.AnyTagClassName
{
color: #B5B948;
}
</style>
background-color css
<style>
a { background-color: #B5B948; }
a { background-color: rgb(181,185,72); }
div.DivClassName
{
background-color: #B5B948;
}
.BgClassName
{
background-color: #B5B948;
}
</style>
border-color css
<style>
span { border-color: #B5B948; }
span { border-color: rgb(181,185,72); }
td.TdClassName
{
border-color: #B5B948;
}
.TagClassName
{
border-color: #B5B948;
}
</style>