Shades of Celery #BBB74C
Tints of Celery #BBB74C
RGB
CMYK
RGB Variations
Color information
#BBB74C (or 0xBBB74C) is known color: Celery. HEX triplet: BB, B7 and 4C. RGB value is (187,183,76). Sum of RGB (Red+Green+Blue) = 187+183+76=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 76 (30.08% from 255 or 17.04% from 446); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB74C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB74C is #4448B3. Grayscale: #ACACAC. Windows color (decimal): -4475060 or 5027771. OLE color: 5027771.
HSL color Cylindrical-coordinate representation of color #BBB74C: hue angle of 57.84º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBB74C is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 183 | 76 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.27 |
| HSL | 57.84º | 0.45% | 0.52% | - |
| HSV(B) | 57.84º | 0.59% | 0.73% | - |
| XYZ | 38.73 | 44.95 | 13.47 | - |
| YUV | 172 | 73.83 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 183 | 76 | 0 | 0.02 | 0.59 | 0.27 | 57.84 | 0.45 | 0.52 |
| Hex | BB | B7 | 4C | 0 | 2 | 3B | 1B | 3A | 2D | 34 |
| Octal | 273 | 267 | 114 | 0 | 2 | 73 | 33 | 72 | 55 | 64 |
| Binary | 10111011 | 10110111 | 1001100 | 0 | 10 | 111011 | 11011 | 111010 | 101101 | 110100 |
Color Harmonies of #BBB74C
Complementary color
Monochromatic Colors of #BBB74C
Black with #BBB74C
Text Example
Text Example
White with #BBB74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB74C; }
p { color: rgb(187,183,76); }
H1.HeaderClassName
{
color: #BBB74C;
}
.AnyTagClassName
{
color: #BBB74C;
}
</style>
background-color css
<style>
a { background-color: #BBB74C; }
a { background-color: rgb(187,183,76); }
div.DivClassName
{
background-color: #BBB74C;
}
.BgClassName
{
background-color: #BBB74C;
}
</style>
border-color css
<style>
span { border-color: #BBB74C; }
span { border-color: rgb(187,183,76); }
td.TdClassName
{
border-color: #BBB74C;
}
.TagClassName
{
border-color: #BBB74C;
}
</style>