Shades of Celery #B3C950
Tints of Celery #B3C950
RGB
CMYK
RGB Variations
Color information
#B3C950 (or 0xB3C950) is known color: Celery. HEX triplet: B3, C9 and 50. RGB value is (179,201,80). Sum of RGB (Red+Green+Blue) = 179+201+80=460 (60% of max value = 765). Red value is 179 (70.31% from 255 or 38.91% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #B3C950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3C950 is #4C36AF. Grayscale: #B5B5B5. Windows color (decimal): -4994736 or 5294515. OLE color: 5294515.
HSL color Cylindrical-coordinate representation of color #B3C950: hue angle of 70.91º 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 #B3C950 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 201 | 80 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.21 |
| HSL | 70.91º | 0.53% | 0.55% | - |
| HSV(B) | 70.91º | 0.6% | 0.79% | - |
| XYZ | 40.93 | 51.94 | 15.46 | - |
| YUV | 180.63 | 71.21 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 201 | 80 | 0.11 | 0 | 0.60 | 0.21 | 70.91 | 0.53 | 0.55 |
| Hex | B3 | C9 | 50 | B | 0 | 3C | 15 | 47 | 35 | 37 |
| Octal | 263 | 311 | 120 | 13 | 0 | 74 | 25 | 107 | 65 | 67 |
| Binary | 10110011 | 11001001 | 1010000 | 1011 | 0 | 111100 | 10101 | 1000111 | 110101 | 110111 |
Color Harmonies of #B3C950
Complementary color
Monochromatic Colors of #B3C950
Black with #B3C950
Text Example
Text Example
White with #B3C950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3C950; }
p { color: rgb(179,201,80); }
H1.HeaderClassName
{
color: #B3C950;
}
.AnyTagClassName
{
color: #B3C950;
}
</style>
background-color css
<style>
a { background-color: #B3C950; }
a { background-color: rgb(179,201,80); }
div.DivClassName
{
background-color: #B3C950;
}
.BgClassName
{
background-color: #B3C950;
}
</style>
border-color css
<style>
span { border-color: #B3C950; }
span { border-color: rgb(179,201,80); }
td.TdClassName
{
border-color: #B3C950;
}
.TagClassName
{
border-color: #B3C950;
}
</style>