Shades of Celery #B8C948
Tints of Celery #B8C948
RGB
CMYK
RGB Variations
Color information
#B8C948 (or 0xB8C948) is known color: Celery. HEX triplet: B8, C9 and 48. RGB value is (184,201,72). Sum of RGB (Red+Green+Blue) = 184+201+72=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 201 (78.91% from 255 or 43.98% from 457); Blue value is 72 (28.52% from 255 or 15.75% from 457); Max value from RGB is 201 - color contains mainly: green. Hex color #B8C948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C948 is #4736B7. Grayscale: #B5B5B5. Windows color (decimal): -4667064 or 4770232. OLE color: 4770232.
HSL color Cylindrical-coordinate representation of color #B8C948: hue angle of 67.91º 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 #B8C948 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 184 | 201 | 72 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.21 |
| HSL | 67.91º | 0.54% | 0.54% | - |
| HSV(B) | 67.91º | 0.64% | 0.79% | - |
| XYZ | 41.82 | 52.43 | 14.05 | - |
| YUV | 181.21 | 66.37 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 201 | 72 | 0.08 | 0 | 0.64 | 0.21 | 67.91 | 0.54 | 0.54 |
| Hex | B8 | C9 | 48 | 8 | 0 | 40 | 15 | 44 | 36 | 36 |
| Octal | 270 | 311 | 110 | 10 | 0 | 100 | 25 | 104 | 66 | 66 |
| Binary | 10111000 | 11001001 | 1001000 | 1000 | 0 | 1000000 | 10101 | 1000100 | 110110 | 110110 |
Color Harmonies of #B8C948
Complementary color
Monochromatic Colors of #B8C948
Black with #B8C948
Text Example
Text Example
White with #B8C948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C948; }
p { color: rgb(184,201,72); }
H1.HeaderClassName
{
color: #B8C948;
}
.AnyTagClassName
{
color: #B8C948;
}
</style>
background-color css
<style>
a { background-color: #B8C948; }
a { background-color: rgb(184,201,72); }
div.DivClassName
{
background-color: #B8C948;
}
.BgClassName
{
background-color: #B8C948;
}
</style>
border-color css
<style>
span { border-color: #B8C948; }
span { border-color: rgb(184,201,72); }
td.TdClassName
{
border-color: #B8C948;
}
.TagClassName
{
border-color: #B8C948;
}
</style>