Shades of Celery #B6B449
Tints of Celery #B6B449
RGB
CMYK
RGB Variations
Color information
#B6B449 (or 0xB6B449) is known color: Celery. HEX triplet: B6, B4 and 49. RGB value is (182,180,73). Sum of RGB (Red+Green+Blue) = 182+180+73=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B449 is #494BB6. Grayscale: #A8A8A8. Windows color (decimal): -4803511 or 4830390. OLE color: 4830390.
HSL color Cylindrical-coordinate representation of color #B6B449: hue angle of 58.9º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B6B449 is Cyan = 0, Magento = 0.01, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 180 | 73 | - |
| CMYK | 0 | 0.01 | 0.60 | 0.29 |
| HSL | 58.9º | 0.43% | 0.5% | - |
| HSV(B) | 58.9º | 0.6% | 0.71% | - |
| XYZ | 36.82 | 43.07 | 12.68 | - |
| YUV | 168.4 | 74.16 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 180 | 73 | 0 | 0.01 | 0.60 | 0.29 | 58.9 | 0.43 | 0.5 |
| Hex | B6 | B4 | 49 | 0 | 1 | 3C | 1D | 3B | 2B | 32 |
| Octal | 266 | 264 | 111 | 0 | 1 | 74 | 35 | 73 | 53 | 62 |
| Binary | 10110110 | 10110100 | 1001001 | 0 | 1 | 111100 | 11101 | 111011 | 101011 | 110010 |
Color Harmonies of #B6B449
Complementary color
Monochromatic Colors of #B6B449
Black with #B6B449
Text Example
Text Example
White with #B6B449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6B449; }
p { color: rgb(182,180,73); }
H1.HeaderClassName
{
color: #B6B449;
}
.AnyTagClassName
{
color: #B6B449;
}
</style>
background-color css
<style>
a { background-color: #B6B449; }
a { background-color: rgb(182,180,73); }
div.DivClassName
{
background-color: #B6B449;
}
.BgClassName
{
background-color: #B6B449;
}
</style>
border-color css
<style>
span { border-color: #B6B449; }
span { border-color: rgb(182,180,73); }
td.TdClassName
{
border-color: #B6B449;
}
.TagClassName
{
border-color: #B6B449;
}
</style>