Shades of Celery #B4BE3D
Tints of Celery #B4BE3D
RGB
CMYK
RGB Variations
Color information
#B4BE3D (or 0xB4BE3D) is known color: Celery. HEX triplet: B4, BE and 3D. RGB value is (180,190,61). Sum of RGB (Red+Green+Blue) = 180+190+61=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4BE3D is #4B41C2. Grayscale: #ACACAC. Windows color (decimal): -4932035 or 4046516. OLE color: 4046516.
HSL color Cylindrical-coordinate representation of color #B4BE3D: hue angle of 64.65º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B4BE3D is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 180 | 190 | 61 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.25 |
| HSL | 64.65º | 0.51% | 0.49% | - |
| HSV(B) | 64.65º | 0.68% | 0.75% | - |
| XYZ | 38.08 | 46.87 | 11.45 | - |
| YUV | 172.3 | 65.19 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 190 | 61 | 0.05 | 0 | 0.68 | 0.25 | 64.65 | 0.51 | 0.49 |
| Hex | B4 | BE | 3D | 5 | 0 | 44 | 19 | 41 | 33 | 31 |
| Octal | 264 | 276 | 75 | 5 | 0 | 104 | 31 | 101 | 63 | 61 |
| Binary | 10110100 | 10111110 | 111101 | 101 | 0 | 1000100 | 11001 | 1000001 | 110011 | 110001 |
Color Harmonies of #B4BE3D
Complementary color
Monochromatic Colors of #B4BE3D
Black with #B4BE3D
Text Example
Text Example
White with #B4BE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4BE3D; }
p { color: rgb(180,190,61); }
H1.HeaderClassName
{
color: #B4BE3D;
}
.AnyTagClassName
{
color: #B4BE3D;
}
</style>
background-color css
<style>
a { background-color: #B4BE3D; }
a { background-color: rgb(180,190,61); }
div.DivClassName
{
background-color: #B4BE3D;
}
.BgClassName
{
background-color: #B4BE3D;
}
</style>
border-color css
<style>
span { border-color: #B4BE3D; }
span { border-color: rgb(180,190,61); }
td.TdClassName
{
border-color: #B4BE3D;
}
.TagClassName
{
border-color: #B4BE3D;
}
</style>