Shades of Celery #B8CC4C
Tints of Celery #B8CC4C
RGB
CMYK
RGB Variations
Color information
#B8CC4C (or 0xB8CC4C) is known color: Celery. HEX triplet: B8, CC and 4C. RGB value is (184,204,76). Sum of RGB (Red+Green+Blue) = 184+204+76=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 76 (30.08% from 255 or 16.38% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CC4C is #4733B3. Grayscale: #B7B7B7. Windows color (decimal): -4666292 or 5033144. OLE color: 5033144.
HSL color Cylindrical-coordinate representation of color #B8CC4C: hue angle of 69.38º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B8CC4C is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 184 | 204 | 76 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.2 |
| HSL | 69.38º | 0.56% | 0.55% | - |
| HSV(B) | 69.38º | 0.63% | 0.8% | - |
| XYZ | 42.66 | 53.9 | 14.99 | - |
| YUV | 183.43 | 67.37 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 204 | 76 | 0.10 | 0 | 0.63 | 0.2 | 69.38 | 0.56 | 0.55 |
| Hex | B8 | CC | 4C | A | 0 | 3F | 14 | 45 | 38 | 37 |
| Octal | 270 | 314 | 114 | 12 | 0 | 77 | 24 | 105 | 70 | 67 |
| Binary | 10111000 | 11001100 | 1001100 | 1010 | 0 | 111111 | 10100 | 1000101 | 111000 | 110111 |
Color Harmonies of #B8CC4C
Complementary color
Monochromatic Colors of #B8CC4C
Black with #B8CC4C
Text Example
Text Example
White with #B8CC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CC4C; }
p { color: rgb(184,204,76); }
H1.HeaderClassName
{
color: #B8CC4C;
}
.AnyTagClassName
{
color: #B8CC4C;
}
</style>
background-color css
<style>
a { background-color: #B8CC4C; }
a { background-color: rgb(184,204,76); }
div.DivClassName
{
background-color: #B8CC4C;
}
.BgClassName
{
background-color: #B8CC4C;
}
</style>
border-color css
<style>
span { border-color: #B8CC4C; }
span { border-color: rgb(184,204,76); }
td.TdClassName
{
border-color: #B8CC4C;
}
.TagClassName
{
border-color: #B8CC4C;
}
</style>