Shades of Celery #B7B742
Tints of Celery #B7B742
RGB
CMYK
RGB Variations
Color information
#B7B742 (or 0xB7B742) is known color: Celery. HEX triplet: B7, B7 and 42. RGB value is (183,183,66). Sum of RGB (Red+Green+Blue) = 183+183+66=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 66 (26.17% from 255 or 15.28% from 432); Max value from RGB is 183 - color contains mainly: red, green. Hex color #B7B742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B742 is #4848BD. Grayscale: #AAAAAA. Windows color (decimal): -4737214 or 4372407. OLE color: 4372407.
HSL color Cylindrical-coordinate representation of color #B7B742: hue angle of 60º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B7B742 is Cyan = 0, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 183 | 66 | - |
| CMYK | 0 | 0 | 0.64 | 0.28 |
| HSL | 60º | 0.47% | 0.49% | - |
| HSV(B) | 60º | 0.64% | 0.72% | - |
| XYZ | 37.45 | 44.33 | 11.74 | - |
| YUV | 169.66 | 69.5 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 183 | 66 | 0 | 0 | 0.64 | 0.28 | 60 | 0.47 | 0.49 |
| Hex | B7 | B7 | 42 | 0 | 0 | 40 | 1C | 3C | 2F | 31 |
| Octal | 267 | 267 | 102 | 0 | 0 | 100 | 34 | 74 | 57 | 61 |
| Binary | 10110111 | 10110111 | 1000010 | 0 | 0 | 1000000 | 11100 | 111100 | 101111 | 110001 |
Color Harmonies of #B7B742
Complementary color
Monochromatic Colors of #B7B742
Black with #B7B742
Text Example
Text Example
White with #B7B742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7B742; }
p { color: rgb(183,183,66); }
H1.HeaderClassName
{
color: #B7B742;
}
.AnyTagClassName
{
color: #B7B742;
}
</style>
background-color css
<style>
a { background-color: #B7B742; }
a { background-color: rgb(183,183,66); }
div.DivClassName
{
background-color: #B7B742;
}
.BgClassName
{
background-color: #B7B742;
}
</style>
border-color css
<style>
span { border-color: #B7B742; }
span { border-color: rgb(183,183,66); }
td.TdClassName
{
border-color: #B7B742;
}
.TagClassName
{
border-color: #B7B742;
}
</style>