Shades of Celery #B8CD4C
Tints of Celery #B8CD4C
RGB
CMYK
RGB Variations
Color information
#B8CD4C (or 0xB8CD4C) is known color: Celery. HEX triplet: B8, CD and 4C. RGB value is (184,205,76). Sum of RGB (Red+Green+Blue) = 184+205+76=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 205 (80.47% from 255 or 44.09% from 465); Blue value is 76 (30.08% from 255 or 16.34% from 465); Max value from RGB is 205 - color contains mainly: green. Hex color #B8CD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8CD4C is #4732B3. Grayscale: #B8B8B8. Windows color (decimal): -4666036 or 5033400. OLE color: 5033400.
HSL color Cylindrical-coordinate representation of color #B8CD4C: hue angle of 69.77º 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 #B8CD4C is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 205 | 76 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.20 |
| HSL | 69.77º | 0.56% | 0.55% | - |
| HSV(B) | 69.77º | 0.63% | 0.8% | - |
| XYZ | 42.9 | 54.37 | 15.07 | - |
| YUV | 184.02 | 67.04 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 205 | 76 | 0.10 | 0 | 0.63 | 0.20 | 69.77 | 0.56 | 0.55 |
| Hex | B8 | CD | 4C | A | 0 | 3F | 14 | 46 | 38 | 37 |
| Octal | 270 | 315 | 114 | 12 | 0 | 77 | 24 | 106 | 70 | 67 |
| Binary | 10111000 | 11001101 | 1001100 | 1010 | 0 | 111111 | 10100 | 1000110 | 111000 | 110111 |
Color Harmonies of #B8CD4C
Complementary color
Monochromatic Colors of #B8CD4C
Black with #B8CD4C
Text Example
Text Example
White with #B8CD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CD4C; }
p { color: rgb(184,205,76); }
H1.HeaderClassName
{
color: #B8CD4C;
}
.AnyTagClassName
{
color: #B8CD4C;
}
</style>
background-color css
<style>
a { background-color: #B8CD4C; }
a { background-color: rgb(184,205,76); }
div.DivClassName
{
background-color: #B8CD4C;
}
.BgClassName
{
background-color: #B8CD4C;
}
</style>
border-color css
<style>
span { border-color: #B8CD4C; }
span { border-color: rgb(184,205,76); }
td.TdClassName
{
border-color: #B8CD4C;
}
.TagClassName
{
border-color: #B8CD4C;
}
</style>