Shades of Celery #B2B74F
Tints of Celery #B2B74F
RGB
CMYK
RGB Variations
Color information
#B2B74F (or 0xB2B74F) is known color: Celery. HEX triplet: B2, B7 and 4F. RGB value is (178,183,79). Sum of RGB (Red+Green+Blue) = 178+183+79=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B74F is #4D48B0. Grayscale: #AAAAAA. Windows color (decimal): -5064881 or 5224370. OLE color: 5224370.
HSL color Cylindrical-coordinate representation of color #B2B74F: hue angle of 62.88º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2B74F is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 178 | 183 | 79 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.28 |
| HSL | 62.88º | 0.42% | 0.51% | - |
| HSV(B) | 62.88º | 0.57% | 0.72% | - |
| XYZ | 36.7 | 43.9 | 13.94 | - |
| YUV | 169.65 | 76.84 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 183 | 79 | 0.03 | 0 | 0.57 | 0.28 | 62.88 | 0.42 | 0.51 |
| Hex | B2 | B7 | 4F | 3 | 0 | 39 | 1C | 3F | 2A | 33 |
| Octal | 262 | 267 | 117 | 3 | 0 | 71 | 34 | 77 | 52 | 63 |
| Binary | 10110010 | 10110111 | 1001111 | 11 | 0 | 111001 | 11100 | 111111 | 101010 | 110011 |
Color Harmonies of #B2B74F
Complementary color
Monochromatic Colors of #B2B74F
Black with #B2B74F
Text Example
Text Example
White with #B2B74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2B74F; }
p { color: rgb(178,183,79); }
H1.HeaderClassName
{
color: #B2B74F;
}
.AnyTagClassName
{
color: #B2B74F;
}
</style>
background-color css
<style>
a { background-color: #B2B74F; }
a { background-color: rgb(178,183,79); }
div.DivClassName
{
background-color: #B2B74F;
}
.BgClassName
{
background-color: #B2B74F;
}
</style>
border-color css
<style>
span { border-color: #B2B74F; }
span { border-color: rgb(178,183,79); }
td.TdClassName
{
border-color: #B2B74F;
}
.TagClassName
{
border-color: #B2B74F;
}
</style>