Shades of Celery #B8C350
Tints of Celery #B8C350
RGB
CMYK
RGB Variations
Color information
#B8C350 (or 0xB8C350) is known color: Celery. HEX triplet: B8, C3 and 50. RGB value is (184,195,80). Sum of RGB (Red+Green+Blue) = 184+195+80=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C350 is #473CAF. Grayscale: #B3B3B3. Windows color (decimal): -4668592 or 5292984. OLE color: 5292984.
HSL color Cylindrical-coordinate representation of color #B8C350: hue angle of 65.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B8C350 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 195 | 80 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.24 |
| HSL | 65.74º | 0.49% | 0.54% | - |
| HSV(B) | 65.74º | 0.59% | 0.76% | - |
| XYZ | 40.73 | 49.8 | 15.06 | - |
| YUV | 178.6 | 72.36 | 131.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 195 | 80 | 0.06 | 0 | 0.59 | 0.24 | 65.74 | 0.49 | 0.54 |
| Hex | B8 | C3 | 50 | 6 | 0 | 3B | 18 | 42 | 31 | 36 |
| Octal | 270 | 303 | 120 | 6 | 0 | 73 | 30 | 102 | 61 | 66 |
| Binary | 10111000 | 11000011 | 1010000 | 110 | 0 | 111011 | 11000 | 1000010 | 110001 | 110110 |
Color Harmonies of #B8C350
Complementary color
Monochromatic Colors of #B8C350
Black with #B8C350
Text Example
Text Example
White with #B8C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C350; }
p { color: rgb(184,195,80); }
H1.HeaderClassName
{
color: #B8C350;
}
.AnyTagClassName
{
color: #B8C350;
}
</style>
background-color css
<style>
a { background-color: #B8C350; }
a { background-color: rgb(184,195,80); }
div.DivClassName
{
background-color: #B8C350;
}
.BgClassName
{
background-color: #B8C350;
}
</style>
border-color css
<style>
span { border-color: #B8C350; }
span { border-color: rgb(184,195,80); }
td.TdClassName
{
border-color: #B8C350;
}
.TagClassName
{
border-color: #B8C350;
}
</style>