Shades of Celery #BECE4B
Tints of Celery #BECE4B
RGB
CMYK
RGB Variations
Color information
#BECE4B (or 0xBECE4B) is known color: Celery. HEX triplet: BE, CE and 4B. RGB value is (190,206,75). Sum of RGB (Red+Green+Blue) = 190+206+75=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECE4B is #4131B4. Grayscale: #BABABA. Windows color (decimal): -4272565 or 4968126. OLE color: 4968126.
HSL color Cylindrical-coordinate representation of color #BECE4B: hue angle of 67.33º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BECE4B is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 75 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.19 |
| HSL | 67.33º | 0.57% | 0.55% | - |
| HSV(B) | 67.33º | 0.64% | 0.81% | - |
| XYZ | 44.58 | 55.6 | 15.04 | - |
| YUV | 186.28 | 65.2 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 75 | 0.08 | 0 | 0.64 | 0.19 | 67.33 | 0.57 | 0.55 |
| Hex | BE | CE | 4B | 8 | 0 | 40 | 13 | 43 | 39 | 37 |
| Octal | 276 | 316 | 113 | 10 | 0 | 100 | 23 | 103 | 71 | 67 |
| Binary | 10111110 | 11001110 | 1001011 | 1000 | 0 | 1000000 | 10011 | 1000011 | 111001 | 110111 |
Color Harmonies of #BECE4B
Complementary color
Monochromatic Colors of #BECE4B
Black with #BECE4B
Text Example
Text Example
White with #BECE4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECE4B; }
p { color: rgb(190,206,75); }
H1.HeaderClassName
{
color: #BECE4B;
}
.AnyTagClassName
{
color: #BECE4B;
}
</style>
background-color css
<style>
a { background-color: #BECE4B; }
a { background-color: rgb(190,206,75); }
div.DivClassName
{
background-color: #BECE4B;
}
.BgClassName
{
background-color: #BECE4B;
}
</style>
border-color css
<style>
span { border-color: #BECE4B; }
span { border-color: rgb(190,206,75); }
td.TdClassName
{
border-color: #BECE4B;
}
.TagClassName
{
border-color: #BECE4B;
}
</style>