Shades of Celery #B7BD45
Tints of Celery #B7BD45
RGB
CMYK
RGB Variations
Color information
#B7BD45 (or 0xB7BD45) is known color: Celery. HEX triplet: B7, BD and 45. RGB value is (183,189,69). Sum of RGB (Red+Green+Blue) = 183+189+69=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 69 (27.34% from 255 or 15.65% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #B7BD45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7BD45 is #4842BA. Grayscale: #AEAEAE. Windows color (decimal): -4735675 or 4570551. OLE color: 4570551.
HSL color Cylindrical-coordinate representation of color #B7BD45: hue angle of 63º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B7BD45 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 189 | 69 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.26 |
| HSL | 63º | 0.48% | 0.51% | - |
| HSV(B) | 63º | 0.63% | 0.74% | - |
| XYZ | 38.8 | 46.89 | 12.64 | - |
| YUV | 173.53 | 69.01 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 189 | 69 | 0.03 | 0 | 0.63 | 0.26 | 63 | 0.48 | 0.51 |
| Hex | B7 | BD | 45 | 3 | 0 | 3F | 1A | 3F | 30 | 33 |
| Octal | 267 | 275 | 105 | 3 | 0 | 77 | 32 | 77 | 60 | 63 |
| Binary | 10110111 | 10111101 | 1000101 | 11 | 0 | 111111 | 11010 | 111111 | 110000 | 110011 |
Color Harmonies of #B7BD45
Complementary color
Monochromatic Colors of #B7BD45
Black with #B7BD45
Text Example
Text Example
White with #B7BD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7BD45; }
p { color: rgb(183,189,69); }
H1.HeaderClassName
{
color: #B7BD45;
}
.AnyTagClassName
{
color: #B7BD45;
}
</style>
background-color css
<style>
a { background-color: #B7BD45; }
a { background-color: rgb(183,189,69); }
div.DivClassName
{
background-color: #B7BD45;
}
.BgClassName
{
background-color: #B7BD45;
}
</style>
border-color css
<style>
span { border-color: #B7BD45; }
span { border-color: rgb(183,189,69); }
td.TdClassName
{
border-color: #B7BD45;
}
.TagClassName
{
border-color: #B7BD45;
}
</style>