#BEC946

Color #BEC946 Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #BEC946

Tints of Celery #BEC946

Color information

#BEC946 (or 0xBEC946) is unknown color: approx Celery. HEX triplet: BE, C9 and 46. RGB value is (190,201,70). Sum of RGB (Red+Green+Blue) = 190+201+70=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 70 (27.73% from 255 or 15.18% from 461); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC946 is #4136B9. Grayscale: #B7B7B7. Windows color (decimal): -4273850 or 4639166. OLE color: 4639166.

HSL color Cylindrical-coordinate representation of color #BEC946: hue angle of 65.04º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BEC946 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB19020170-
CMYK0.0500.650.21
HSL65.04º54.81%53.14%-
HSV(B)65.04º65.17%78.82%-
XYZ43.2353.1613.78-
YUV182.7864.36133.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 201 (78.91% from 255) = 43.60%
BLUE value IS 70 (27.73% from 255) = 15.18%
R=41.21%
G=43.60%
B=15.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190201700.0500.650.2165.0454.8153.14
HexBEC946504115413735
Octal27631110650101251016765
Binary1011111011001001100011010101000001101011000001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC946; }

 p { color: rgb(190,201,70); }

 H1.HeaderClassName
 {
   color: #BEC946;
 }
 .AnyTagClassName
 {
   color: #BEC946;
 }
</style>
background-color css

<style>
 a { background-color: #BEC946; }

 a { background-color: rgb(190,201,70); }

 div.DivClassName
 {
   background-color: #BEC946;
 }
 .BgClassName
 {
   background-color: #BEC946;
 }
</style>
border-color css

<style>
 span { border-color: #BEC946; }

 span { border-color: rgb(190,201,70); }

 td.TdClassName
 {
   border-color: #BEC946;
 }
 .TagClassName
 {
   border-color: #BEC946;
 }
</style>