Shades of Celery #B8C84A
Tints of Celery #B8C84A
RGB
CMYK
RGB Variations
Color information
#B8C84A (or 0xB8C84A) is known color: Celery. HEX triplet: B8, C8 and 4A. RGB value is (184,200,74). Sum of RGB (Red+Green+Blue) = 184+200+74=458 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.17% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 200 - color contains mainly: green. Hex color #B8C84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C84A is #4737B5. Grayscale: #B5B5B5. Windows color (decimal): -4667318 or 4901048. OLE color: 4901048.
HSL color Cylindrical-coordinate representation of color #B8C84A: hue angle of 67.62º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B8C84A is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 184 | 200 | 74 | - |
| CMYK | 0.08 | 0 | 0.63 | 0.22 |
| HSL | 67.62º | 0.53% | 0.54% | - |
| HSV(B) | 67.62º | 0.63% | 0.78% | - |
| XYZ | 41.66 | 51.99 | 14.32 | - |
| YUV | 180.85 | 67.7 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 200 | 74 | 0.08 | 0 | 0.63 | 0.22 | 67.62 | 0.53 | 0.54 |
| Hex | B8 | C8 | 4A | 8 | 0 | 3F | 16 | 44 | 35 | 36 |
| Octal | 270 | 310 | 112 | 10 | 0 | 77 | 26 | 104 | 65 | 66 |
| Binary | 10111000 | 11001000 | 1001010 | 1000 | 0 | 111111 | 10110 | 1000100 | 110101 | 110110 |
Color Harmonies of #B8C84A
Complementary color
Monochromatic Colors of #B8C84A
Black with #B8C84A
Text Example
Text Example
White with #B8C84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C84A; }
p { color: rgb(184,200,74); }
H1.HeaderClassName
{
color: #B8C84A;
}
.AnyTagClassName
{
color: #B8C84A;
}
</style>
background-color css
<style>
a { background-color: #B8C84A; }
a { background-color: rgb(184,200,74); }
div.DivClassName
{
background-color: #B8C84A;
}
.BgClassName
{
background-color: #B8C84A;
}
</style>
border-color css
<style>
span { border-color: #B8C84A; }
span { border-color: rgb(184,200,74); }
td.TdClassName
{
border-color: #B8C84A;
}
.TagClassName
{
border-color: #B8C84A;
}
</style>