Shades of Celery #BEBF3C
Tints of Celery #BEBF3C
RGB
CMYK
RGB Variations
Color information
#BEBF3C (or 0xBEBF3C) is known color: Celery. HEX triplet: BE, BF and 3C. RGB value is (190,191,60). Sum of RGB (Red+Green+Blue) = 190+191+60=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBF3C is #4140C3. Grayscale: #B0B0B0. Windows color (decimal): -4276420 or 3981246. OLE color: 3981246.
HSL color Cylindrical-coordinate representation of color #BEBF3C: hue angle of 60.46º degrees, saturation: 0.52, 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 #BEBF3C is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 191 | 60 | - |
| CMYK | 0.01 | 0 | 0.69 | 0.25 |
| HSL | 60.46º | 0.52% | 0.49% | - |
| HSV(B) | 60.46º | 0.69% | 0.75% | - |
| XYZ | 40.68 | 48.54 | 11.5 | - |
| YUV | 175.77 | 62.67 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 60 | 0.01 | 0 | 0.69 | 0.25 | 60.46 | 0.52 | 0.49 |
| Hex | BE | BF | 3C | 1 | 0 | 45 | 19 | 3C | 34 | 31 |
| Octal | 276 | 277 | 74 | 1 | 0 | 105 | 31 | 74 | 64 | 61 |
| Binary | 10111110 | 10111111 | 111100 | 1 | 0 | 1000101 | 11001 | 111100 | 110100 | 110001 |
Color Harmonies of #BEBF3C
Complementary color
Monochromatic Colors of #BEBF3C
Black with #BEBF3C
Text Example
Text Example
White with #BEBF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBF3C; }
p { color: rgb(190,191,60); }
H1.HeaderClassName
{
color: #BEBF3C;
}
.AnyTagClassName
{
color: #BEBF3C;
}
</style>
background-color css
<style>
a { background-color: #BEBF3C; }
a { background-color: rgb(190,191,60); }
div.DivClassName
{
background-color: #BEBF3C;
}
.BgClassName
{
background-color: #BEBF3C;
}
</style>
border-color css
<style>
span { border-color: #BEBF3C; }
span { border-color: rgb(190,191,60); }
td.TdClassName
{
border-color: #BEBF3C;
}
.TagClassName
{
border-color: #BEBF3C;
}
</style>