Shades of Celery #B8BE3A
Tints of Celery #B8BE3A
RGB
CMYK
RGB Variations
Color information
#B8BE3A (or 0xB8BE3A) is known color: Celery. HEX triplet: B8, BE and 3A. RGB value is (184,190,58). Sum of RGB (Red+Green+Blue) = 184+190+58=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #B8BE3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8BE3A is #4741C5. Grayscale: #ADADAD. Windows color (decimal): -4669894 or 3849912. OLE color: 3849912.
HSL color Cylindrical-coordinate representation of color #B8BE3A: hue angle of 62.73º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B8BE3A is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 184 | 190 | 58 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.25 |
| HSL | 62.73º | 0.53% | 0.49% | - |
| HSV(B) | 62.73º | 0.69% | 0.75% | - |
| XYZ | 38.94 | 47.32 | 11.08 | - |
| YUV | 173.16 | 63.01 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 190 | 58 | 0.03 | 0 | 0.69 | 0.25 | 62.73 | 0.53 | 0.49 |
| Hex | B8 | BE | 3A | 3 | 0 | 45 | 19 | 3F | 35 | 31 |
| Octal | 270 | 276 | 72 | 3 | 0 | 105 | 31 | 77 | 65 | 61 |
| Binary | 10111000 | 10111110 | 111010 | 11 | 0 | 1000101 | 11001 | 111111 | 110101 | 110001 |
Color Harmonies of #B8BE3A
Complementary color
Monochromatic Colors of #B8BE3A
Black with #B8BE3A
Text Example
Text Example
White with #B8BE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8BE3A; }
p { color: rgb(184,190,58); }
H1.HeaderClassName
{
color: #B8BE3A;
}
.AnyTagClassName
{
color: #B8BE3A;
}
</style>
background-color css
<style>
a { background-color: #B8BE3A; }
a { background-color: rgb(184,190,58); }
div.DivClassName
{
background-color: #B8BE3A;
}
.BgClassName
{
background-color: #B8BE3A;
}
</style>
border-color css
<style>
span { border-color: #B8BE3A; }
span { border-color: rgb(184,190,58); }
td.TdClassName
{
border-color: #B8BE3A;
}
.TagClassName
{
border-color: #B8BE3A;
}
</style>