Shades of Celery #B4B73C
Tints of Celery #B4B73C
RGB
CMYK
RGB Variations
Color information
#B4B73C (or 0xB4B73C) is known color: Celery. HEX triplet: B4, B7 and 3C. RGB value is (180,183,60). Sum of RGB (Red+Green+Blue) = 180+183+60=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B73C is #4B48C3. Grayscale: #A8A8A8. Windows color (decimal): -4933828 or 3979188. OLE color: 3979188.
HSL color Cylindrical-coordinate representation of color #B4B73C: hue angle of 61.46º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B4B73C is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 180 | 183 | 60 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.28 |
| HSL | 61.46º | 0.51% | 0.48% | - |
| HSV(B) | 61.46º | 0.67% | 0.72% | - |
| XYZ | 36.57 | 43.9 | 10.82 | - |
| YUV | 168.08 | 67.01 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 183 | 60 | 0.02 | 0 | 0.67 | 0.28 | 61.46 | 0.51 | 0.48 |
| Hex | B4 | B7 | 3C | 2 | 0 | 43 | 1C | 3D | 33 | 30 |
| Octal | 264 | 267 | 74 | 2 | 0 | 103 | 34 | 75 | 63 | 60 |
| Binary | 10110100 | 10110111 | 111100 | 10 | 0 | 1000011 | 11100 | 111101 | 110011 | 110000 |
Color Harmonies of #B4B73C
Complementary color
Monochromatic Colors of #B4B73C
Black with #B4B73C
Text Example
Text Example
White with #B4B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4B73C; }
p { color: rgb(180,183,60); }
H1.HeaderClassName
{
color: #B4B73C;
}
.AnyTagClassName
{
color: #B4B73C;
}
</style>
background-color css
<style>
a { background-color: #B4B73C; }
a { background-color: rgb(180,183,60); }
div.DivClassName
{
background-color: #B4B73C;
}
.BgClassName
{
background-color: #B4B73C;
}
</style>
border-color css
<style>
span { border-color: #B4B73C; }
span { border-color: rgb(180,183,60); }
td.TdClassName
{
border-color: #B4B73C;
}
.TagClassName
{
border-color: #B4B73C;
}
</style>