#BEC144

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

Shades of Celery #BEC144

Tints of Celery #BEC144

Color information

#BEC144 (or 0xBEC144) is unknown color: approx Celery. HEX triplet: BE, C1 and 44. RGB value is (190,193,68). Sum of RGB (Red+Green+Blue) = 190+193+68=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC144 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC144 is #413EBB. Grayscale: #B2B2B2. Windows color (decimal): -4275900 or 4506046. OLE color: 4506046.

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

Color convert

RGB19019368-
CMYK0.0200.650.24
HSL61.44º50.2%51.18%-
HSV(B)61.44º64.77%75.69%-
XYZ41.3549.512.84-
YUV177.8566.01136.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 193 (75.78% from 255) = 42.79%
BLUE value IS 68 (26.95% from 255) = 15.08%
R=42.13%
G=42.79%
B=15.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190193680.0200.650.2461.4450.251.18
HexBEC1442041183d3233
Octal2763011042010130756263
Binary10111110110000011000100100100000111000111101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC144; }

 p { color: rgb(190,193,68); }

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

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

 a { background-color: rgb(190,193,68); }

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

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

 span { border-color: rgb(190,193,68); }

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