Shades of Celery #B5C053
Tints of Celery #B5C053
RGB
CMYK
RGB Variations
Color information
#B5C053 (or 0xB5C053) is known color: Celery. HEX triplet: B5, C0 and 53. RGB value is (181,192,83). Sum of RGB (Red+Green+Blue) = 181+192+83=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C053 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5C053 is #4A3FAC. Grayscale: #B0B0B0. Windows color (decimal): -4865965 or 5488821. OLE color: 5488821.
HSL color Cylindrical-coordinate representation of color #B5C053: hue angle of 66.06º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5C053 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 181 | 192 | 83 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.25 |
| HSL | 66.06º | 0.46% | 0.54% | - |
| HSV(B) | 66.06º | 0.57% | 0.75% | - |
| XYZ | 39.47 | 48.15 | 15.4 | - |
| YUV | 176.29 | 75.36 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 192 | 83 | 0.06 | 0 | 0.57 | 0.25 | 66.06 | 0.46 | 0.54 |
| Hex | B5 | C0 | 53 | 6 | 0 | 39 | 19 | 42 | 2E | 36 |
| Octal | 265 | 300 | 123 | 6 | 0 | 71 | 31 | 102 | 56 | 66 |
| Binary | 10110101 | 11000000 | 1010011 | 110 | 0 | 111001 | 11001 | 1000010 | 101110 | 110110 |
Color Harmonies of #B5C053
Complementary color
Monochromatic Colors of #B5C053
Black with #B5C053
Text Example
Text Example
White with #B5C053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C053; }
p { color: rgb(181,192,83); }
H1.HeaderClassName
{
color: #B5C053;
}
.AnyTagClassName
{
color: #B5C053;
}
</style>
background-color css
<style>
a { background-color: #B5C053; }
a { background-color: rgb(181,192,83); }
div.DivClassName
{
background-color: #B5C053;
}
.BgClassName
{
background-color: #B5C053;
}
</style>
border-color css
<style>
span { border-color: #B5C053; }
span { border-color: rgb(181,192,83); }
td.TdClassName
{
border-color: #B5C053;
}
.TagClassName
{
border-color: #B5C053;
}
</style>