Shades of Celery #B8D04A
Tints of Celery #B8D04A
RGB
CMYK
RGB Variations
Color information
#B8D04A (or 0xB8D04A) is known color: Celery. HEX triplet: B8, D0 and 4A. RGB value is (184,208,74). Sum of RGB (Red+Green+Blue) = 184+208+74=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 208 (81.64% from 255 or 44.64% from 466); Blue value is 74 (29.30% from 255 or 15.88% from 466); Max value from RGB is 208 - color contains mainly: green. Hex color #B8D04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D04A is #472FB5. Grayscale: #BABABA. Windows color (decimal): -4665270 or 4903096. OLE color: 4903096.
HSL color Cylindrical-coordinate representation of color #B8D04A: hue angle of 70.75º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B8D04A is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 184 | 208 | 74 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.18 |
| HSL | 70.75º | 0.59% | 0.55% | - |
| HSV(B) | 70.75º | 0.64% | 0.82% | - |
| XYZ | 43.56 | 55.8 | 14.95 | - |
| YUV | 185.55 | 65.05 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 208 | 74 | 0.12 | 0 | 0.64 | 0.18 | 70.75 | 0.59 | 0.55 |
| Hex | B8 | D0 | 4A | C | 0 | 40 | 12 | 47 | 3B | 37 |
| Octal | 270 | 320 | 112 | 14 | 0 | 100 | 22 | 107 | 73 | 67 |
| Binary | 10111000 | 11010000 | 1001010 | 1100 | 0 | 1000000 | 10010 | 1000111 | 111011 | 110111 |
Color Harmonies of #B8D04A
Complementary color
Monochromatic Colors of #B8D04A
Black with #B8D04A
Text Example
Text Example
White with #B8D04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D04A; }
p { color: rgb(184,208,74); }
H1.HeaderClassName
{
color: #B8D04A;
}
.AnyTagClassName
{
color: #B8D04A;
}
</style>
background-color css
<style>
a { background-color: #B8D04A; }
a { background-color: rgb(184,208,74); }
div.DivClassName
{
background-color: #B8D04A;
}
.BgClassName
{
background-color: #B8D04A;
}
</style>
border-color css
<style>
span { border-color: #B8D04A; }
span { border-color: rgb(184,208,74); }
td.TdClassName
{
border-color: #B8D04A;
}
.TagClassName
{
border-color: #B8D04A;
}
</style>