Shades of Celery #BEC34D
Tints of Celery #BEC34D
RGB
CMYK
RGB Variations
Color information
#BEC34D (or 0xBEC34D) is known color: Celery. HEX triplet: BE, C3 and 4D. RGB value is (190,195,77). Sum of RGB (Red+Green+Blue) = 190+195+77=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 77 (30.47% from 255 or 16.67% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC34D is #413CB2. Grayscale: #B4B4B4. Windows color (decimal): -4275379 or 5096382. OLE color: 5096382.
HSL color Cylindrical-coordinate representation of color #BEC34D: hue angle of 62.54º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BEC34D is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
RGB | 190 | 195 | 77 | - |
CMYK | 0.03 | 0 | 0.61 | 0.24 |
HSL | 62.54º | 0.5% | 0.53% | - |
HSV(B) | 62.54º | 0.61% | 0.76% | - |
XYZ | 42.09 | 50.51 | 14.55 | - |
YUV | 180.05 | 69.84 | 135.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 195 | 77 | 0.03 | 0 | 0.61 | 0.24 | 62.54 | 0.5 | 0.53 |
Hex | BE | C3 | 4D | 3 | 0 | 3D | 18 | 3F | 32 | 35 |
Octal | 276 | 303 | 115 | 3 | 0 | 75 | 30 | 77 | 62 | 65 |
Binary | 10111110 | 11000011 | 1001101 | 11 | 0 | 111101 | 11000 | 111111 | 110010 | 110101 |
Color Harmonies of #BEC34D
Complementary color
Monochromatic Colors of #BEC34D
Black with #BEC34D
Text Example
Text Example
White with #BEC34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEC34D; }
p { color: rgb(190,195,77); }
H1.HeaderClassName
{
color: #BEC34D;
}
.AnyTagClassName
{
color: #BEC34D;
}
</style>
background-color css
<style>
a { background-color: #BEC34D; }
a { background-color: rgb(190,195,77); }
div.DivClassName
{
background-color: #BEC34D;
}
.BgClassName
{
background-color: #BEC34D;
}
</style>
border-color css
<style>
span { border-color: #BEC34D; }
span { border-color: rgb(190,195,77); }
td.TdClassName
{
border-color: #BEC34D;
}
.TagClassName
{
border-color: #BEC34D;
}
</style>