Shades of Celery #B4B74D
Tints of Celery #B4B74D
RGB
CMYK
RGB Variations
Color information
#B4B74D (or 0xB4B74D) is known color: Celery. HEX triplet: B4, B7 and 4D. RGB value is (180,183,77). Sum of RGB (Red+Green+Blue) = 180+183+77=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 77 (30.47% from 255 or 17.5% from 440); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B74D is #4B48B2. Grayscale: #AAAAAA. Windows color (decimal): -4933811 or 5093300. OLE color: 5093300.
HSL color Cylindrical-coordinate representation of color #B4B74D: hue angle of 61.7º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4B74D is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 183 | 77 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.28 |
| HSL | 61.7º | 0.42% | 0.51% | - |
| HSV(B) | 61.7º | 0.58% | 0.72% | - |
| XYZ | 37.1 | 44.11 | 13.58 | - |
| YUV | 170.02 | 75.51 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 183 | 77 | 0.02 | 0 | 0.58 | 0.28 | 61.7 | 0.42 | 0.51 |
| Hex | B4 | B7 | 4D | 2 | 0 | 3A | 1C | 3E | 2A | 33 |
| Octal | 264 | 267 | 115 | 2 | 0 | 72 | 34 | 76 | 52 | 63 |
| Binary | 10110100 | 10110111 | 1001101 | 10 | 0 | 111010 | 11100 | 111110 | 101010 | 110011 |
Color Harmonies of #B4B74D
Complementary color
Monochromatic Colors of #B4B74D
Black with #B4B74D
Text Example
Text Example
White with #B4B74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B74D; }
p { color: rgb(180,183,77); }
H1.HeaderClassName
{
color: #B4B74D;
}
.AnyTagClassName
{
color: #B4B74D;
}
</style>
background-color css
<style>
a { background-color: #B4B74D; }
a { background-color: rgb(180,183,77); }
div.DivClassName
{
background-color: #B4B74D;
}
.BgClassName
{
background-color: #B4B74D;
}
</style>
border-color css
<style>
span { border-color: #B4B74D; }
span { border-color: rgb(180,183,77); }
td.TdClassName
{
border-color: #B4B74D;
}
.TagClassName
{
border-color: #B4B74D;
}
</style>