Shades of Celery #B8C03E
Tints of Celery #B8C03E
RGB
CMYK
RGB Variations
Color information
#B8C03E (or 0xB8C03E) is known color: Celery. HEX triplet: B8, C0 and 3E. RGB value is (184,192,62). Sum of RGB (Red+Green+Blue) = 184+192+62=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #B8C03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8C03E is #473FC1. Grayscale: #AFAFAF. Windows color (decimal): -4669378 or 4112568. OLE color: 4112568.
HSL color Cylindrical-coordinate representation of color #B8C03E: hue angle of 63.69º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B8C03E is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 192 | 62 | - |
| CMYK | 0.04 | 0 | 0.68 | 0.25 |
| HSL | 63.69º | 0.51% | 0.5% | - |
| HSV(B) | 63.69º | 0.68% | 0.75% | - |
| XYZ | 39.49 | 48.24 | 11.79 | - |
| YUV | 174.79 | 64.35 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 192 | 62 | 0.04 | 0 | 0.68 | 0.25 | 63.69 | 0.51 | 0.5 |
| Hex | B8 | C0 | 3E | 4 | 0 | 44 | 19 | 40 | 33 | 32 |
| Octal | 270 | 300 | 76 | 4 | 0 | 104 | 31 | 100 | 63 | 62 |
| Binary | 10111000 | 11000000 | 111110 | 100 | 0 | 1000100 | 11001 | 1000000 | 110011 | 110010 |
Color Harmonies of #B8C03E
Complementary color
Monochromatic Colors of #B8C03E
Black with #B8C03E
Text Example
Text Example
White with #B8C03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8C03E; }
p { color: rgb(184,192,62); }
H1.HeaderClassName
{
color: #B8C03E;
}
.AnyTagClassName
{
color: #B8C03E;
}
</style>
background-color css
<style>
a { background-color: #B8C03E; }
a { background-color: rgb(184,192,62); }
div.DivClassName
{
background-color: #B8C03E;
}
.BgClassName
{
background-color: #B8C03E;
}
</style>
border-color css
<style>
span { border-color: #B8C03E; }
span { border-color: rgb(184,192,62); }
td.TdClassName
{
border-color: #B8C03E;
}
.TagClassName
{
border-color: #B8C03E;
}
</style>