Shades of Celery #B5C948
Tints of Celery #B5C948
RGB
CMYK
RGB Variations
Color information
#B5C948 (or 0xB5C948) is known color: Celery. HEX triplet: B5, C9 and 48. RGB value is (181,201,72). Sum of RGB (Red+Green+Blue) = 181+201+72=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 72 (28.52% from 255 or 15.86% from 454); Max value from RGB is 201 - color contains mainly: green. Hex color #B5C948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C948 is #4A36B7. Grayscale: #B4B4B4. Windows color (decimal): -4863672 or 4770229. OLE color: 4770229.
HSL color Cylindrical-coordinate representation of color #B5C948: hue angle of 69.3º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5C948 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 181 | 201 | 72 | - |
| CMYK | 0.10 | 0 | 0.64 | 0.21 |
| HSL | 69.3º | 0.54% | 0.54% | - |
| HSV(B) | 69.3º | 0.64% | 0.79% | - |
| XYZ | 41.11 | 52.06 | 14.01 | - |
| YUV | 180.31 | 66.87 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 201 | 72 | 0.10 | 0 | 0.64 | 0.21 | 69.3 | 0.54 | 0.54 |
| Hex | B5 | C9 | 48 | A | 0 | 40 | 15 | 45 | 36 | 36 |
| Octal | 265 | 311 | 110 | 12 | 0 | 100 | 25 | 105 | 66 | 66 |
| Binary | 10110101 | 11001001 | 1001000 | 1010 | 0 | 1000000 | 10101 | 1000101 | 110110 | 110110 |
Color Harmonies of #B5C948
Complementary color
Monochromatic Colors of #B5C948
Black with #B5C948
Text Example
Text Example
White with #B5C948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5C948; }
p { color: rgb(181,201,72); }
H1.HeaderClassName
{
color: #B5C948;
}
.AnyTagClassName
{
color: #B5C948;
}
</style>
background-color css
<style>
a { background-color: #B5C948; }
a { background-color: rgb(181,201,72); }
div.DivClassName
{
background-color: #B5C948;
}
.BgClassName
{
background-color: #B5C948;
}
</style>
border-color css
<style>
span { border-color: #B5C948; }
span { border-color: rgb(181,201,72); }
td.TdClassName
{
border-color: #B5C948;
}
.TagClassName
{
border-color: #B5C948;
}
</style>