Shades of Celery #BEBE3C
Tints of Celery #BEBE3C
RGB
CMYK
RGB Variations
Color information
#BEBE3C (or 0xBEBE3C) is known color: Celery. HEX triplet: BE, BE and 3C. RGB value is (190,190,60). Sum of RGB (Red+Green+Blue) = 190+190+60=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBE3C is #4141C3. Grayscale: #AFAFAF. Windows color (decimal): -4276676 or 3980990. OLE color: 3980990.
HSL color Cylindrical-coordinate representation of color #BEBE3C: hue angle of 60º degrees, saturation: 0.52, 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 #BEBE3C is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 190 | 60 | - |
| CMYK | 0 | 0 | 0.68 | 0.25 |
| HSL | 60º | 0.52% | 0.49% | - |
| HSV(B) | 60º | 0.68% | 0.75% | - |
| XYZ | 40.46 | 48.1 | 11.43 | - |
| YUV | 175.18 | 63 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 190 | 60 | 0 | 0 | 0.68 | 0.25 | 60 | 0.52 | 0.49 |
| Hex | BE | BE | 3C | 0 | 0 | 44 | 19 | 3C | 34 | 31 |
| Octal | 276 | 276 | 74 | 0 | 0 | 104 | 31 | 74 | 64 | 61 |
| Binary | 10111110 | 10111110 | 111100 | 0 | 0 | 1000100 | 11001 | 111100 | 110100 | 110001 |
Color Harmonies of #BEBE3C
Complementary color
Monochromatic Colors of #BEBE3C
Black with #BEBE3C
Text Example
Text Example
White with #BEBE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBE3C; }
p { color: rgb(190,190,60); }
H1.HeaderClassName
{
color: #BEBE3C;
}
.AnyTagClassName
{
color: #BEBE3C;
}
</style>
background-color css
<style>
a { background-color: #BEBE3C; }
a { background-color: rgb(190,190,60); }
div.DivClassName
{
background-color: #BEBE3C;
}
.BgClassName
{
background-color: #BEBE3C;
}
</style>
border-color css
<style>
span { border-color: #BEBE3C; }
span { border-color: rgb(190,190,60); }
td.TdClassName
{
border-color: #BEBE3C;
}
.TagClassName
{
border-color: #BEBE3C;
}
</style>