Shades of Celery #B3C150
Tints of Celery #B3C150
RGB
CMYK
RGB Variations
Color information
#B3C150 (or 0xB3C150) is known color: Celery. HEX triplet: B3, C1 and 50. RGB value is (179,193,80). Sum of RGB (Red+Green+Blue) = 179+193+80=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C150 is #4C3EAF. Grayscale: #B0B0B0. Windows color (decimal): -4996784 or 5292467. OLE color: 5292467.
HSL color Cylindrical-coordinate representation of color #B3C150: hue angle of 67.43º degrees, saturation: 0.48, 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 #B3C150 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 179 | 193 | 80 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.24 |
| HSL | 67.43º | 0.48% | 0.54% | - |
| HSV(B) | 67.43º | 0.59% | 0.76% | - |
| XYZ | 39.11 | 48.3 | 14.85 | - |
| YUV | 175.93 | 73.86 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 193 | 80 | 0.07 | 0 | 0.59 | 0.24 | 67.43 | 0.48 | 0.54 |
| Hex | B3 | C1 | 50 | 7 | 0 | 3B | 18 | 43 | 30 | 36 |
| Octal | 263 | 301 | 120 | 7 | 0 | 73 | 30 | 103 | 60 | 66 |
| Binary | 10110011 | 11000001 | 1010000 | 111 | 0 | 111011 | 11000 | 1000011 | 110000 | 110110 |
Color Harmonies of #B3C150
Complementary color
Monochromatic Colors of #B3C150
Black with #B3C150
Text Example
Text Example
White with #B3C150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C150; }
p { color: rgb(179,193,80); }
H1.HeaderClassName
{
color: #B3C150;
}
.AnyTagClassName
{
color: #B3C150;
}
</style>
background-color css
<style>
a { background-color: #B3C150; }
a { background-color: rgb(179,193,80); }
div.DivClassName
{
background-color: #B3C150;
}
.BgClassName
{
background-color: #B3C150;
}
</style>
border-color css
<style>
span { border-color: #B3C150; }
span { border-color: rgb(179,193,80); }
td.TdClassName
{
border-color: #B3C150;
}
.TagClassName
{
border-color: #B3C150;
}
</style>