Shades of Celery #B8C950
Tints of Celery #B8C950
RGB
CMYK
RGB Variations
Color information
#B8C950 (or 0xB8C950) is known color: Celery. HEX triplet: B8, C9 and 50. RGB value is (184,201,80). Sum of RGB (Red+Green+Blue) = 184+201+80=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C950 is #4736AF. Grayscale: #B6B6B6. Windows color (decimal): -4667056 or 5294520. OLE color: 5294520.
HSL color Cylindrical-coordinate representation of color #B8C950: hue angle of 68.43º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B8C950 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 201 | 80 | - |
| CMYK | 0.08 | 0 | 0.60 | 0.21 |
| HSL | 68.43º | 0.53% | 0.55% | - |
| HSV(B) | 68.43º | 0.6% | 0.79% | - |
| XYZ | 42.1 | 52.54 | 15.51 | - |
| YUV | 182.12 | 70.37 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 201 | 80 | 0.08 | 0 | 0.60 | 0.21 | 68.43 | 0.53 | 0.55 |
| Hex | B8 | C9 | 50 | 8 | 0 | 3C | 15 | 44 | 35 | 37 |
| Octal | 270 | 311 | 120 | 10 | 0 | 74 | 25 | 104 | 65 | 67 |
| Binary | 10111000 | 11001001 | 1010000 | 1000 | 0 | 111100 | 10101 | 1000100 | 110101 | 110111 |
Color Harmonies of #B8C950
Complementary color
Monochromatic Colors of #B8C950
Black with #B8C950
Text Example
Text Example
White with #B8C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C950; }
p { color: rgb(184,201,80); }
H1.HeaderClassName
{
color: #B8C950;
}
.AnyTagClassName
{
color: #B8C950;
}
</style>
background-color css
<style>
a { background-color: #B8C950; }
a { background-color: rgb(184,201,80); }
div.DivClassName
{
background-color: #B8C950;
}
.BgClassName
{
background-color: #B8C950;
}
</style>
border-color css
<style>
span { border-color: #B8C950; }
span { border-color: rgb(184,201,80); }
td.TdClassName
{
border-color: #B8C950;
}
.TagClassName
{
border-color: #B8C950;
}
</style>