Shades of Celery #B8C452
Tints of Celery #B8C452
RGB
CMYK
RGB Variations
Color information
#B8C452 (or 0xB8C452) is known color: Celery. HEX triplet: B8, C4 and 52. RGB value is (184,196,82). Sum of RGB (Red+Green+Blue) = 184+196+82=462 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.83% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #B8C452 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8C452 is #473BAD. Grayscale: #B3B3B3. Windows color (decimal): -4668334 or 5424312. OLE color: 5424312.
HSL color Cylindrical-coordinate representation of color #B8C452: hue angle of 66.32º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B8C452 is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 196 | 82 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.23 |
| HSL | 66.32º | 0.49% | 0.55% | - |
| HSV(B) | 66.32º | 0.58% | 0.77% | - |
| XYZ | 41.03 | 50.28 | 15.53 | - |
| YUV | 179.42 | 73.02 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 196 | 82 | 0.06 | 0 | 0.58 | 0.23 | 66.32 | 0.49 | 0.55 |
| Hex | B8 | C4 | 52 | 6 | 0 | 3A | 17 | 42 | 31 | 37 |
| Octal | 270 | 304 | 122 | 6 | 0 | 72 | 27 | 102 | 61 | 67 |
| Binary | 10111000 | 11000100 | 1010010 | 110 | 0 | 111010 | 10111 | 1000010 | 110001 | 110111 |
Color Harmonies of #B8C452
Complementary color
Monochromatic Colors of #B8C452
Black with #B8C452
Text Example
Text Example
White with #B8C452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C452; }
p { color: rgb(184,196,82); }
H1.HeaderClassName
{
color: #B8C452;
}
.AnyTagClassName
{
color: #B8C452;
}
</style>
background-color css
<style>
a { background-color: #B8C452; }
a { background-color: rgb(184,196,82); }
div.DivClassName
{
background-color: #B8C452;
}
.BgClassName
{
background-color: #B8C452;
}
</style>
border-color css
<style>
span { border-color: #B8C452; }
span { border-color: rgb(184,196,82); }
td.TdClassName
{
border-color: #B8C452;
}
.TagClassName
{
border-color: #B8C452;
}
</style>