Shades of Celery #B5B934
Tints of Celery #B5B934
RGB
CMYK
RGB Variations
Color information
#B5B934 (or 0xB5B934) is known color: Celery. HEX triplet: B5, B9 and 34. RGB value is (181,185,52). Sum of RGB (Red+Green+Blue) = 181+185+52=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B934 is #4A46CB. Grayscale: #A9A9A9. Windows color (decimal): -4867788 or 3455413. OLE color: 3455413.
HSL color Cylindrical-coordinate representation of color #B5B934: hue angle of 61.8º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5B934 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 181 | 185 | 52 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.27 |
| HSL | 61.8º | 0.56% | 0.46% | - |
| HSV(B) | 61.8º | 0.72% | 0.73% | - |
| XYZ | 37.02 | 44.77 | 9.94 | - |
| YUV | 168.64 | 62.17 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 185 | 52 | 0.02 | 0 | 0.72 | 0.27 | 61.8 | 0.56 | 0.46 |
| Hex | B5 | B9 | 34 | 2 | 0 | 48 | 1B | 3E | 38 | 2E |
| Octal | 265 | 271 | 64 | 2 | 0 | 110 | 33 | 76 | 70 | 56 |
| Binary | 10110101 | 10111001 | 110100 | 10 | 0 | 1001000 | 11011 | 111110 | 111000 | 101110 |
Color Harmonies of #B5B934
Complementary color
Monochromatic Colors of #B5B934
Black with #B5B934
Text Example
Text Example
White with #B5B934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5B934; }
p { color: rgb(181,185,52); }
H1.HeaderClassName
{
color: #B5B934;
}
.AnyTagClassName
{
color: #B5B934;
}
</style>
background-color css
<style>
a { background-color: #B5B934; }
a { background-color: rgb(181,185,52); }
div.DivClassName
{
background-color: #B5B934;
}
.BgClassName
{
background-color: #B5B934;
}
</style>
border-color css
<style>
span { border-color: #B5B934; }
span { border-color: rgb(181,185,52); }
td.TdClassName
{
border-color: #B5B934;
}
.TagClassName
{
border-color: #B5B934;
}
</style>