#BEC254

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

Shades of Celery #BEC254

Tints of Celery #BEC254

Color information

#BEC254 (or 0xBEC254) is unknown color: approx Celery. HEX triplet: BE, C2 and 54. RGB value is (190,194,84). Sum of RGB (Red+Green+Blue) = 190+194+84=468 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.60% from 468); Green value is 194 (76.17% from 255 or 41.45% from 468); Blue value is 84 (33.20% from 255 or 17.95% from 468); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC254 is #413DAB. Grayscale: #B4B4B4. Windows color (decimal): -4275628 or 5554878. OLE color: 5554878.

HSL color Cylindrical-coordinate representation of color #BEC254: hue angle of 62.18º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BEC254 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB19019484-
CMYK0.0200.570.24
HSL62.18º47.41%54.51%-
HSV(B)62.18º56.7%76.08%-
XYZ42.1350.1715.85-
YUV180.2673.67134.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.60%
GREEN value IS 194 (76.17% from 255) = 41.45%
BLUE value IS 84 (33.20% from 255) = 17.95%
R=40.60%
G=41.45%
B=17.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190194840.0200.570.2462.1847.4154.51
HexBEC2542039183e2f37
Octal276302124207130765767
Binary1011111011000010101010010011100111000111110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC254; }

 p { color: rgb(190,194,84); }

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

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

 a { background-color: rgb(190,194,84); }

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

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

 span { border-color: rgb(190,194,84); }

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