Shades of Celery #BECC4A
Tints of Celery #BECC4A
RGB
CMYK
RGB Variations
Color information
#BECC4A (or 0xBECC4A) is known color: Celery. HEX triplet: BE, CC and 4A. RGB value is (190,204,74). Sum of RGB (Red+Green+Blue) = 190+204+74=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECC4A is #4133B5. Grayscale: #B9B9B9. Windows color (decimal): -4273078 or 4902078. OLE color: 4902078.
HSL color Cylindrical-coordinate representation of color #BECC4A: hue angle of 66.46º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BECC4A is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 190 | 204 | 74 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.2 |
| HSL | 66.46º | 0.56% | 0.55% | - |
| HSV(B) | 66.46º | 0.64% | 0.8% | - |
| XYZ | 44.06 | 54.63 | 14.7 | - |
| YUV | 184.99 | 65.36 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 204 | 74 | 0.07 | 0 | 0.64 | 0.2 | 66.46 | 0.56 | 0.55 |
| Hex | BE | CC | 4A | 7 | 0 | 40 | 14 | 42 | 38 | 37 |
| Octal | 276 | 314 | 112 | 7 | 0 | 100 | 24 | 102 | 70 | 67 |
| Binary | 10111110 | 11001100 | 1001010 | 111 | 0 | 1000000 | 10100 | 1000010 | 111000 | 110111 |
Color Harmonies of #BECC4A
Complementary color
Monochromatic Colors of #BECC4A
Black with #BECC4A
Text Example
Text Example
White with #BECC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECC4A; }
p { color: rgb(190,204,74); }
H1.HeaderClassName
{
color: #BECC4A;
}
.AnyTagClassName
{
color: #BECC4A;
}
</style>
background-color css
<style>
a { background-color: #BECC4A; }
a { background-color: rgb(190,204,74); }
div.DivClassName
{
background-color: #BECC4A;
}
.BgClassName
{
background-color: #BECC4A;
}
</style>
border-color css
<style>
span { border-color: #BECC4A; }
span { border-color: rgb(190,204,74); }
td.TdClassName
{
border-color: #BECC4A;
}
.TagClassName
{
border-color: #BECC4A;
}
</style>