Shades of Celery #BBB93F
Tints of Celery #BBB93F
RGB
CMYK
RGB Variations
Color information
#BBB93F (or 0xBBB93F) is known color: Celery. HEX triplet: BB, B9 and 3F. RGB value is (187,185,63). Sum of RGB (Red+Green+Blue) = 187+185+63=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 63 (25% from 255 or 14.48% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB93F is #4446C0. Grayscale: #ACACAC. Windows color (decimal): -4474561 or 4176315. OLE color: 4176315.
HSL color Cylindrical-coordinate representation of color #BBB93F: hue angle of 59.03º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBB93F is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 185 | 63 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.27 |
| HSL | 59.03º | 0.5% | 0.49% | - |
| HSV(B) | 59.03º | 0.66% | 0.73% | - |
| XYZ | 38.74 | 45.62 | 11.47 | - |
| YUV | 171.69 | 66.66 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 185 | 63 | 0 | 0.01 | 0.66 | 0.27 | 59.03 | 0.5 | 0.49 |
| Hex | BB | B9 | 3F | 0 | 1 | 42 | 1B | 3B | 32 | 31 |
| Octal | 273 | 271 | 77 | 0 | 1 | 102 | 33 | 73 | 62 | 61 |
| Binary | 10111011 | 10111001 | 111111 | 0 | 1 | 1000010 | 11011 | 111011 | 110010 | 110001 |
Color Harmonies of #BBB93F
Complementary color
Monochromatic Colors of #BBB93F
Black with #BBB93F
Text Example
Text Example
White with #BBB93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBB93F; }
p { color: rgb(187,185,63); }
H1.HeaderClassName
{
color: #BBB93F;
}
.AnyTagClassName
{
color: #BBB93F;
}
</style>
background-color css
<style>
a { background-color: #BBB93F; }
a { background-color: rgb(187,185,63); }
div.DivClassName
{
background-color: #BBB93F;
}
.BgClassName
{
background-color: #BBB93F;
}
</style>
border-color css
<style>
span { border-color: #BBB93F; }
span { border-color: rgb(187,185,63); }
td.TdClassName
{
border-color: #BBB93F;
}
.TagClassName
{
border-color: #BBB93F;
}
</style>