Shades of Celery #BEBE3D
Tints of Celery #BEBE3D
RGB
CMYK
RGB Variations
Color information
#BEBE3D (or 0xBEBE3D) is known color: Celery. HEX triplet: BE, BE and 3D. RGB value is (190,190,61). Sum of RGB (Red+Green+Blue) = 190+190+61=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBE3D is #4141C2. Grayscale: #AFAFAF. Windows color (decimal): -4276675 or 4046526. OLE color: 4046526.
HSL color Cylindrical-coordinate representation of color #BEBE3D: hue angle of 60º 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 #BEBE3D is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 61 | - |
| CMYK | 0 | 0 | 0.68 | 0.25 |
| HSL | 60º | 0.51% | 0.49% | - |
| HSV(B) | 60º | 0.68% | 0.75% | - |
| XYZ | 40.49 | 48.11 | 11.57 | - |
| YUV | 175.29 | 63.5 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 61 | 0 | 0 | 0.68 | 0.25 | 60 | 0.51 | 0.49 |
| Hex | BE | BE | 3D | 0 | 0 | 44 | 19 | 3C | 33 | 31 |
| Octal | 276 | 276 | 75 | 0 | 0 | 104 | 31 | 74 | 63 | 61 |
| Binary | 10111110 | 10111110 | 111101 | 0 | 0 | 1000100 | 11001 | 111100 | 110011 | 110001 |
Color Harmonies of #BEBE3D
Complementary color
Monochromatic Colors of #BEBE3D
Black with #BEBE3D
Text Example
Text Example
White with #BEBE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBE3D; }
p { color: rgb(190,190,61); }
H1.HeaderClassName
{
color: #BEBE3D;
}
.AnyTagClassName
{
color: #BEBE3D;
}
</style>
background-color css
<style>
a { background-color: #BEBE3D; }
a { background-color: rgb(190,190,61); }
div.DivClassName
{
background-color: #BEBE3D;
}
.BgClassName
{
background-color: #BEBE3D;
}
</style>
border-color css
<style>
span { border-color: #BEBE3D; }
span { border-color: rgb(190,190,61); }
td.TdClassName
{
border-color: #BEBE3D;
}
.TagClassName
{
border-color: #BEBE3D;
}
</style>