Shades of Celery #B4B541
Tints of Celery #B4B541
RGB
CMYK
RGB Variations
Color information
#B4B541 (or 0xB4B541) is known color: Celery. HEX triplet: B4, B5 and 41. RGB value is (180,181,65). Sum of RGB (Red+Green+Blue) = 180+181+65=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 65 (25.78% from 255 or 15.26% from 426); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B541 is #4B4ABE. Grayscale: #A7A7A7. Windows color (decimal): -4934335 or 4306356. OLE color: 4306356.
HSL color Cylindrical-coordinate representation of color #B4B541: hue angle of 60.52º 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 #B4B541 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 181 | 65 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.29 |
| HSL | 60.52º | 0.47% | 0.48% | - |
| HSV(B) | 60.52º | 0.64% | 0.71% | - |
| XYZ | 36.3 | 43.13 | 11.41 | - |
| YUV | 167.48 | 70.17 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 181 | 65 | 0.01 | 0 | 0.64 | 0.29 | 60.52 | 0.47 | 0.48 |
| Hex | B4 | B5 | 41 | 1 | 0 | 40 | 1D | 3D | 2F | 30 |
| Octal | 264 | 265 | 101 | 1 | 0 | 100 | 35 | 75 | 57 | 60 |
| Binary | 10110100 | 10110101 | 1000001 | 1 | 0 | 1000000 | 11101 | 111101 | 101111 | 110000 |
Color Harmonies of #B4B541
Complementary color
Monochromatic Colors of #B4B541
Black with #B4B541
Text Example
Text Example
White with #B4B541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B541; }
p { color: rgb(180,181,65); }
H1.HeaderClassName
{
color: #B4B541;
}
.AnyTagClassName
{
color: #B4B541;
}
</style>
background-color css
<style>
a { background-color: #B4B541; }
a { background-color: rgb(180,181,65); }
div.DivClassName
{
background-color: #B4B541;
}
.BgClassName
{
background-color: #B4B541;
}
</style>
border-color css
<style>
span { border-color: #B4B541; }
span { border-color: rgb(180,181,65); }
td.TdClassName
{
border-color: #B4B541;
}
.TagClassName
{
border-color: #B4B541;
}
</style>