Shades of Celery #B4B942
Tints of Celery #B4B942
RGB
CMYK
RGB Variations
Color information
#B4B942 (or 0xB4B942) is known color: Celery. HEX triplet: B4, B9 and 42. RGB value is (180,185,66). Sum of RGB (Red+Green+Blue) = 180+185+66=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 66 (26.17% from 255 or 15.31% from 431); Max value from RGB is 185 - color contains mainly: green. Hex color #B4B942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B942 is #4B46BD. Grayscale: #AAAAAA. Windows color (decimal): -4933310 or 4372916. OLE color: 4372916.
HSL color Cylindrical-coordinate representation of color #B4B942: hue angle of 62.52º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B4B942 is Cyan = 0.03, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 180 | 185 | 66 | - |
| CMYK | 0.03 | 0 | 0.64 | 0.27 |
| HSL | 62.52º | 0.47% | 0.49% | - |
| HSV(B) | 62.52º | 0.64% | 0.73% | - |
| XYZ | 37.15 | 44.79 | 11.84 | - |
| YUV | 169.94 | 69.34 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 185 | 66 | 0.03 | 0 | 0.64 | 0.27 | 62.52 | 0.47 | 0.49 |
| Hex | B4 | B9 | 42 | 3 | 0 | 40 | 1B | 3F | 2F | 31 |
| Octal | 264 | 271 | 102 | 3 | 0 | 100 | 33 | 77 | 57 | 61 |
| Binary | 10110100 | 10111001 | 1000010 | 11 | 0 | 1000000 | 11011 | 111111 | 101111 | 110001 |
Color Harmonies of #B4B942
Complementary color
Monochromatic Colors of #B4B942
Black with #B4B942
Text Example
Text Example
White with #B4B942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B942; }
p { color: rgb(180,185,66); }
H1.HeaderClassName
{
color: #B4B942;
}
.AnyTagClassName
{
color: #B4B942;
}
</style>
background-color css
<style>
a { background-color: #B4B942; }
a { background-color: rgb(180,185,66); }
div.DivClassName
{
background-color: #B4B942;
}
.BgClassName
{
background-color: #B4B942;
}
</style>
border-color css
<style>
span { border-color: #B4B942; }
span { border-color: rgb(180,185,66); }
td.TdClassName
{
border-color: #B4B942;
}
.TagClassName
{
border-color: #B4B942;
}
</style>