Shades of Celery #B9B83F
Tints of Celery #B9B83F
RGB
CMYK
RGB Variations
Color information
#B9B83F (or 0xB9B83F) is known color: Celery. HEX triplet: B9, B8 and 3F. RGB value is (185,184,63). Sum of RGB (Red+Green+Blue) = 185+184+63=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B83F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9B83F is #4647C0. Grayscale: #AAAAAA. Windows color (decimal): -4605889 or 4176057. OLE color: 4176057.
HSL color Cylindrical-coordinate representation of color #B9B83F: hue angle of 59.51º degrees, saturation: 0.49, 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 #B9B83F is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 184 | 63 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.27 |
| HSL | 59.51º | 0.49% | 0.49% | - |
| HSV(B) | 59.51º | 0.66% | 0.73% | - |
| XYZ | 38.05 | 44.95 | 11.37 | - |
| YUV | 170.51 | 67.33 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 184 | 63 | 0 | 0.01 | 0.66 | 0.27 | 59.51 | 0.49 | 0.49 |
| Hex | B9 | B8 | 3F | 0 | 1 | 42 | 1B | 3C | 31 | 31 |
| Octal | 271 | 270 | 77 | 0 | 1 | 102 | 33 | 74 | 61 | 61 |
| Binary | 10111001 | 10111000 | 111111 | 0 | 1 | 1000010 | 11011 | 111100 | 110001 | 110001 |
Color Harmonies of #B9B83F
Complementary color
Monochromatic Colors of #B9B83F
Black with #B9B83F
Text Example
Text Example
White with #B9B83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9B83F; }
p { color: rgb(185,184,63); }
H1.HeaderClassName
{
color: #B9B83F;
}
.AnyTagClassName
{
color: #B9B83F;
}
</style>
background-color css
<style>
a { background-color: #B9B83F; }
a { background-color: rgb(185,184,63); }
div.DivClassName
{
background-color: #B9B83F;
}
.BgClassName
{
background-color: #B9B83F;
}
</style>
border-color css
<style>
span { border-color: #B9B83F; }
span { border-color: rgb(185,184,63); }
td.TdClassName
{
border-color: #B9B83F;
}
.TagClassName
{
border-color: #B9B83F;
}
</style>